Immediate Payment X Scheduled Payment
Immediate Payment
If you do not include the scheduleDate field, the payment will be processed at the time of the request.
- The bill is automatically submitted for settlement;
- If the request is made after 6:00 p.m., the payment will be executed on the next business day. Utility bills, taxes, or payments above BRL 250,000 can only be processed until 4:00 p.m.;
- If the payment request is made on a Saturday, Sunday, or holiday, the system will automatically schedule it for the next business day.
Example
{
"identificationField": "23793369089519200016448005645600411990000034130",
"externalReference": "order-5463"
}Scheduled Payment
To schedule a payment for a future date, use the scheduleDate field.
- The scheduling must be made at least one business day in advance;
- If
scheduleDateis set to the current date, the system will return an error; - The accepted format is
YYYY-MM-DD.
Example
{
"identificationField": "34191090570404959480975279260006611980000081488",
"scheduleDate": "2025-09-11",
"description": "Supplier payment",
"externalReference": "order-4870"
}
ImportantOverdue bills cannot be scheduled.
If you send a digitable line with a due date earlier than the current date and include ascheduleDate, the system will return an error.
