Respond to a Pix Automático authorization
Accepts or rejects a recurring-payment authorization as the PSP Pagador. An acceptance transitions the authorization to Accepted; a rejection to Rejected.
Authorizations
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
The recurrence id (29-char, RR...).
Body
tpContaPagador (0..3).
Payer name (nomePagador).
resultadoAutorizacao (true=accept, false=reject).
Authorization timestamp (dtHrAutorizacaoRecorrencia, UTC; required when accepting).
Municipality IBGE code (codMunIbge; required when accepting).
Payer max cap in reais (vlrMaxPagador).
Rejection reason (motivoRejeicao; AP13/AP14/AP15; required when rejecting).

