Skip to main content
POST
Request a PIX Automatico schedule send

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
dueDate
string
requerido

Due date (dtVencimento; aaaa-mm-dd).

Ejemplo:

"2024-09-24"

endToEndId
string
requerido

Unique payment-transaction id (32-char natural key).

Ejemplo:

"E00038166202409171500y6j6mt9l0pi"

idRecorrencia
string
requerido

Recurrence id linking the authorization (29-char, RR...).

Ejemplo:

"RR0435879820240605njua7shf40o"

payer
object
requerido

The scheduled pagador (account being charged).

purpose
integer<int64>
requerido

finalidadeAgendamento (0=first, 1=post-due retry, 2=settlement-error resend).

Ejemplo:

0

recipient
object
requerido

The scheduled recebedor (account receiving the charge).

reconciliationId
string
requerido

Receiver conciliation id (idConciliacaoRecebedor; 26..35-char).

Ejemplo:

"JDPI2024091700000000000000000000001"

amount
integer<int64>

Scheduled amount in centavos (valor).

Ejemplo:

55000

debtor
object

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

infoBetweenClients
string

Free-text receiver-to-payer info (infEntreClientes).

Ejemplo:

""

recipientReceivedAt
string

Recipient PSP reception timestamp (dtHrRecepcaoPspRecebedor, UTC; required when purpose=0).

Ejemplo:

"2024-09-17T10:25:49.025Z"

Respuesta

Accepted

endToEndId
string
requerido

The payment-transaction id (echoed).

Ejemplo:

"E00038166202409171500y6j6mt9l0pi"

idRecorrencia
string
requerido

The recurrence id (echoed).

Ejemplo:

"RR0435879820240605njua7shf40o"

reconciliationId
string
requerido

The receiver conciliation id (echoed).

Ejemplo:

"JDPI2024091700000000000000000000001"

requestedAt
string
requerido

JDPI request timestamp (dtHrReqJdPi, UTC).

Ejemplo:

"2024-09-17T10:10:05Z"

status
string
requerido

The resulting local schedule status.

Ejemplo:

"Requested"