Request a PIX Automatico authorization
Requests a recurring-payment authorization (recorrencia) as the PSP Recebedor (JDPI 4.3.1). Persists the authorization in the Requested state and returns the JDPI request id.
Authorizations
JWT bearer token issued by the identity provider.
Body
Contract/order identifier (nrContrato).
"1234567890ABC"
tpFrequencia (0=Weekly,1=Monthly,2=Quarterly,3=Semiannual,4=Annual).
1
Unique recurrence id (29-char, format RR...).
"RR0435879820240605njua7shf40o"
The recurrence pagador (account being authorized).
The recurrence recebedor (authorized charging entity).
First payment date (dtInicialRecorrencia; aaaa-mm-dd).
"2024-01-10"
Fixed payment amount in centavos (valor; omit/0 for a variable recurrence).
110001
Free-text contract description (descContrato).
"Conta de energia"
Recurrence creation timestamp (dtHrCriacaoRecorrencia, UTC).
"2024-01-05T10:00:00Z"
The devedor, sent only when it differs from the payer.
Last payment date (dtFinalRecorrencia; aaaa-mm-dd).
"2026-01-10"
Solicitation expiration timestamp (dtHrExpiracaoSolicitacao, UTC).
"2024-01-06T10:00:00Z"
Receiver floor in centavos (pisoValorMaximo).
55000
Solicitation creation timestamp (dtHrCriacaoSolicitacao, UTC).
"2024-01-05T10:00:00Z"
Response
Accepted
The recurrence id (echoed).
"RR0435879820240605njua7shf40o"
The JDPI request id (36-char GUID).
"52c43361-caa1-4ddb-9152-708426a25db3"
JDPI request timestamp (dtHrReqJdPi, UTC).
"2024-01-05T10:00:01Z"
The resulting local authorization status.
"Requested"

