Return file reconciliation routine
Daily reconciliation of returns for boletos occurs. To ensure the data for the day is up to date, use the endpoint specified on this page to check if the return files are available for consultation. We recommend that pooling be done at a frequency no higher than one request every 2 minutes.
Request
ENDPOINT
/bank_slip/cnab_discharge_statusMETHOD
GETResponse
STATUS
200Response Body: Routine completed
{
"discharge_ready": true
}
Response Body: Rotina pending
{
"discharge_ready": false
}