Skip to main content
POST
Receive a Pix Automático schedule registration event

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).

Headers

Authorization
string

Bearer access token (the financial-ingress gate; the handler fails closed with Pix-0082 when absent).

X-DataHoraEvento
string
required

Event registration instant (UTC: aaaa-mm-ddTHH:mm:ss.sssZ). Mandatory per

X-NomeEvento
string
required

Event name. Mandatory per; informational passthrough.

Body

application/json
dtVencimento
string
required

Recurring charge due date (aaaa-mm-dd).

endToEndId
string
required

Unique payment-instruction id (32-char).

finalidadeAgendamento
integer<int64>
required

Schedule purpose (0=first, 1=post-due retry, 2=settlement resend).

idConciliacaoRecebedor
string
required

Receiver conciliation id (35-char).

idRecorrencia
string
required

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

pagador
object
required
recebedor
object
required
stAgendamento
integer<int64>
required

Schedule status (0=Aceito, 1=Rejeitado).

codigoErro
string

Upstream error code (100-char; on a rejection).

descCodigoErro
string

Upstream error description (1000-char).

devedor
object
dtHrRecepcaoPspRecebedor
string

PSP-receiver reception timestamp (UTC; required when finalidadeAgendamento=0).

infEntreClientes
string

Free-text receiver-to-payer info (140-char).

valor
number<double>

Recurring payment amount in reais (a JSON number).

Response

No Content