Procedure for Bank slip write-off
We allow creating and following up a bank slip write-off request.
Note:
After issuing the bank slip, the write-off can be made by the client within 90 days after the bank slip due date. Once this period has passed, the write-off is carried out automatically by the CIP (Interbank Payments Chamber).
Request a bank slip write-off using our number
This functionality allows requesting the write-off of the bank slip, which will be identified by the Our Number field - NossoNumero.
We request the fields:
Field | Description | Format | Mandatory |
---|---|---|---|
nossoNumero | Our bank slip number | integer | Sim |
justificativa | Justification that supports the request to cancel the bank slip | string | Não |
Resposta:
Field | Description | Format | Nullable |
---|---|---|---|
solicitacaoId | Cancellation request code generated | string | Sim |
nossoNumero | Our bank slip number | integer | Sim |
status | Request status code, see table [Request status] | integer | Não |
justificativa | Informed justification for canceling the bank slip | string | Sim |
Solicitar o cancelamento do boleto pelo campo nosso número
Obtain details of the bank slip write-off request using our bank slip number and request code
To check the status of the bank slip cancellation request using Our Number (NossoNumero) field).
We request the fields:
Field | Description | Format | Mandatory |
---|---|---|---|
nossoNumero | Our bank slip number | integer | SIm |
solicitacaoId | Cancellation request code generated | string | Não |
Resposta:
Field | Description | Format | Nullable |
---|---|---|---|
solicitacaoId | Generated cancellation request code | string | Sim |
nossoNumero | Our bank slip number | integer | Sim |
status | Request status code, see table [Request status] | integer | Não |
Request the bank slip write-off using the identification code
To request cancellation of the bank slip using the bank slip identification code (BoletoID).
We request the fields:
Field | Description | Format | Mandatory |
---|---|---|---|
boletoId | Bank slip identification code | string | Sim |
justificativa | Justification that supports the request to cancel the bank slip | string | Não |
Resposta:
Field | Description | Format | Nullable |
---|---|---|---|
solicitacaoId | Cancellation request code generated | string | Sim |
boletoId | Bank slip identification code | string | Sim |
status | Request status code, see table [Request status] | integer | Não |
justificativa | Justification that supports the request to cancel the bank slip | string | Sim |
Solicitar o cancelamento do boleto pelo código identificador
Obtains details of the bank slip write-off request using the bank slip identification code and the request code
To check the status of the bank slip cancellation request using the bank slip identification (field BoletoID).]
We request the fields:
Field | Description | Format | Mandatory |
---|---|---|---|
boletoId | Bank slip identification code | string | Sim |
solicitacaoId | Cancellation request code generated | string | Sim |
Resposta:
Field | Description | Format | Nullable |
---|---|---|---|
solicitacaoId | Cancellation request code generated | string | Sim |
boletoId | Bank slip identification code | string | Sim |
status | Request status code, see table [Request status] | integer | Não |
Request status
Request a bank slip write-off may return the following status:
Enumeration | Description |
---|---|
1 | Waiting |
2 | Rejected |
3 | Approved |
Updated about 1 year ago