Skip to main content
PUT
Respond to a PIX Automatico authorization

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

idRecorrencia
string
required

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

Example:

"RR0435879820240605njua7shf40o"

Body

application/json
accountType
integer<int64>
required

tpContaPagador (0..3).

Example:

0

payerName
string
required

Payer name (nomePagador).

Example:

"Fulano de Tal"

result
boolean
required

resultadoAutorizacao (true=accept, false=reject).

Example:

true

authorizedAt
string

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

Example:

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

ibgeCode
integer<int64>

Municipality IBGE code (codMunIbge; required when accepting).

Example:

3550308

payerMaxAmount
integer<int64>

Payer max cap in centavos (vlrMaxPagador).

Example:

200000

rejectionReason
string

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

Example:

"AP13"

Response

Accepted

idRecorrencia
string
required

The recurrence id.

Example:

"RR0435879820240605njua7shf40o"

requestedAt
string
required

JDPI request timestamp (dtHrReqJdPi, UTC).

Example:

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

idReqJdPi
string

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

Example:

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

status
string

The resulting local authorization status.

Example:

"Accepted"