Skip to main content
PUT
Respond to a Pix Automático authorization

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Path Parameters

idRecorrencia
string
required

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

Body

application/json
accountType
integer<int64>
required

tpContaPagador (0..3).

payerName
string
required

Payer name (nomePagador).

result
boolean
required

resultadoAutorizacao (true=accept, false=reject).

authorizedAt
string

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

ibgeCode
integer<int64>

Municipality IBGE code (codMunIbge; required when accepting).

payerMaxAmount
number<double>

Payer max cap in reais (vlrMaxPagador).

rejectionReason
string

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

Response

Accepted

idRecorrencia
string
required

The recurrence id.

requestedAt
string
required

Upstream request timestamp (upstream request timestamp, UTC).

idReqJdPi
string

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

status
string

The resulting local authorization status.