Skip to main content
POST
Validar BR Code

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
raw
string
requerido

Raw EMV BR Code copy-paste string to validate without returning decoded data.

Ejemplo:

"00020126580014br.gov.bcb.pix0136550e8400-e29b-41d4-a716-44665544000052040000530398654041.005802BR5913Lerian Studio6009Sao Paulo62070503***6304ABCD"

Respuesta

OK

valid
boolean
requerido

True when the raw payload passed EMV structural and CRC validation; false otherwise.

Ejemplo:

true

code
string

EMV validation error code when invalid (empty when valid).

Ejemplo:

"BRC-EMV-0009"

message
string

Human-readable validation failure reason when invalid (empty when valid).

Ejemplo:

"CRC checksum does not match payload"