Skip to main content
POST
Request a PIX Automatico authorization

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
contractNumber
string
required

Contract/order identifier (nrContrato).

Example:

"1234567890ABC"

frequency
integer<int64>
required

tpFrequencia (0=Weekly,1=Monthly,2=Quarterly,3=Semiannual,4=Annual).

Example:

1

idRecorrencia
string
required

Unique recurrence id (29-char, format RR...).

Example:

"RR0435879820240605njua7shf40o"

payer
object
required

The recurrence pagador (account being authorized).

recipient
object
required

The recurrence recebedor (authorized charging entity).

startDate
string
required

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

Example:

"2024-01-10"

amount
integer<int64>

Fixed payment amount in centavos (valor; omit/0 for a variable recurrence).

Example:

110001

contractDesc
string

Free-text contract description (descContrato).

Example:

"Conta de energia"

createdDateTime
string

Recurrence creation timestamp (dtHrCriacaoRecorrencia, UTC).

Example:

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

debtor
object

The devedor, sent only when it differs from the payer.

endDate
string

Last payment date (dtFinalRecorrencia; aaaa-mm-dd).

Example:

"2026-01-10"

expirationDateTime
string

Solicitation expiration timestamp (dtHrExpiracaoSolicitacao, UTC).

Example:

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

floorMaxAmount
integer<int64>

Receiver floor in centavos (pisoValorMaximo).

Example:

55000

solicitationDateTime
string

Solicitation creation timestamp (dtHrCriacaoSolicitacao, UTC).

Example:

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

Response

Accepted

idRecorrencia
string
required

The recurrence id (echoed).

Example:

"RR0435879820240605njua7shf40o"

idReqJdPi
string
required

The JDPI request id (36-char GUID).

Example:

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

requestedAt
string
required

JDPI request timestamp (dtHrReqJdPi, UTC).

Example:

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

status
string
required

The resulting local authorization status.

Example:

"Requested"