Respond to a PIX Automatico authorization
Accepts or rejects a recurring-payment authorization as the PSP Pagador (JDPI 4.3.2). An acceptance transitions the authorization to Accepted; a rejection to Rejected.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The recurrence id (29-char, RR...).
"RR0435879820240605njua7shf40o"
Body
tpContaPagador (0..3).
0
Payer name (nomePagador).
"Fulano de Tal"
resultadoAutorizacao (true=accept, false=reject).
true
Authorization timestamp (dtHrAutorizacaoRecorrencia, UTC; required when accepting).
"2024-01-06T10:00:00Z"
Municipality IBGE code (codMunIbge; required when accepting).
3550308
Payer max cap in centavos (vlrMaxPagador).
200000
Rejection reason (motivoRejeicao; AP13/AP14/AP15; required when rejecting).
"AP13"
Response
Accepted
The recurrence id.
"RR0435879820240605njua7shf40o"
JDPI request timestamp (dtHrReqJdPi, UTC).
"2024-01-06T10:00:01Z"
The JDPI request id (36-char GUID; omitted by 4.3.10).
"52c43361-caa1-4ddb-9152-708426a25db3"
The resulting local authorization status.
"Accepted"

