Skip to main content
PUT
Respond to a PIX Automatico authorization

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

idRecorrencia
string
requerido

The recurrence id (29-char, RR...).

Ejemplo:

"RR0435879820240605njua7shf40o"

Cuerpo

application/json
accountType
integer<int64>
requerido

tpContaPagador (0..3).

Ejemplo:

0

payerName
string
requerido

Payer name (nomePagador).

Ejemplo:

"Fulano de Tal"

result
boolean
requerido

resultadoAutorizacao (true=accept, false=reject).

Ejemplo:

true

authorizedAt
string

Authorization timestamp (dtHrAutorizacaoRecorrencia, UTC; required when accepting).

Ejemplo:

"2024-01-06T10:00:00Z"

ibgeCode
integer<int64>

Municipality IBGE code (codMunIbge; required when accepting).

Ejemplo:

3550308

payerMaxAmount
integer<int64>

Payer max cap in centavos (vlrMaxPagador).

Ejemplo:

200000

rejectionReason
string

Rejection reason (motivoRejeicao; AP13/AP14/AP15; required when rejecting).

Ejemplo:

"AP13"

Respuesta

Accepted

idRecorrencia
string
requerido

The recurrence id.

Ejemplo:

"RR0435879820240605njua7shf40o"

requestedAt
string
requerido

JDPI request timestamp (dtHrReqJdPi, UTC).

Ejemplo:

"2024-01-06T10:00:01Z"

idReqJdPi
string

The JDPI request id (36-char GUID; omitted by 4.3.10).

Ejemplo:

"52c43361-caa1-4ddb-9152-708426a25db3"

status
string

The resulting local authorization status.

Ejemplo:

"Accepted"