Skip to main content
POST
Confirm 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
contractNumber
string
required

Contract/order identifier (nrContrato).

frequency
integer<int64>
required

tpFrequencia (0..4).

journey
integer<int64>
required

jornada (2..4).

payer
object
required
recipient
object
required
startDate
string
required

First payment date (dtInicialRecorrencia; aaaa-mm-dd).

amount
number<double>

Fixed payment amount in reais (valor).

authorizedAt
string

Authorization timestamp (dtHrAutorizacaoRecorrencia, UTC).

contractDesc
string

Free-text contract description.

createdDateTime
string

Recurrence creation timestamp (dtHrCriacaoRecorrencia, UTC).

debtor
object
endDate
string

Last payment date (dtFinalRecorrencia).

floorMaxAmount
number<double>

Receiver floor in reais (pisoValorMaximo).

payerMaxAmount
number<double>

Payer max cap in reais (vlrMaxPagador).

settlementConfirmedAt
string

Settlement confirmation timestamp (dtHrConfirmacaoLiquidacao, UTC; required for jornada=3).

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.