Skip to main content
PUT
Respond to a PIX Automatico authorization

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

idRecorrencia
string
obrigatório

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

Exemplo:

"RR0435879820240605njua7shf40o"

Corpo

application/json
accountType
integer<int64>
obrigatório

tpContaPagador (0..3).

Exemplo:

0

payerName
string
obrigatório

Payer name (nomePagador).

Exemplo:

"Fulano de Tal"

result
boolean
obrigatório

resultadoAutorizacao (true=accept, false=reject).

Exemplo:

true

authorizedAt
string

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

Exemplo:

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

ibgeCode
integer<int64>

Municipality IBGE code (codMunIbge; required when accepting).

Exemplo:

3550308

payerMaxAmount
integer<int64>

Payer max cap in centavos (vlrMaxPagador).

Exemplo:

200000

rejectionReason
string

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

Exemplo:

"AP13"

Resposta

Accepted

idRecorrencia
string
obrigatório

The recurrence id.

Exemplo:

"RR0435879820240605njua7shf40o"

requestedAt
string
obrigatório

JDPI request timestamp (dtHrReqJdPi, UTC).

Exemplo:

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

idReqJdPi
string

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

Exemplo:

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

status
string

The resulting local authorization status.

Exemplo:

"Accepted"