Skip to main content

Request Bank Slip Cancellation

API data

Conciliation & Bank Slips API
These APIs are used for additional features such as bank slip issuance and management:

This endpoint requests the cancellation of an issued bank slip. After the request is submitted, an internal routine will process it and either complete the cancellation or return a failure status with the reason.

POST /api/billissuer/request-cancellation?accountNumber={accountNumber}&integrationBillIssuedId={integrationBillIssuedId}

Receives the bank slip ID to cancel and returns a message confirming the request status.

Request
{
"accountNumber": "long",
"integrationBillIssuedId": "string"
}

Data dictionary - Parameters

PARAMETERDESCRIPTIONTYPESIZENOTES
accountNumberAccount number that issued the bank sliplong--
integrationBillIssuedIdIssued bank slip identifierString--
Response
{
"message": "string"
}

Data dictionary - Response

FIELDDESCRIPTIONTYPESIZENOTES
messageOperation result messageString--