Dynamic QR Code Cancelling
To cancel a dynamic QR CODE, you only need to inform the correlationId or txid of the QR CODE.
Request
- URL
- cURL
PATCH 'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/dynamic/:transactionIdentifier/cancel'
curl -X 'PATCH' \
'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/dynamic/:transactionIdentifier/cancel' \
-H 'accept: */*' \
-H 'x-delbank-api-key: {{apiKey}}'
-H "x-delfinance-account-id: {{accountId}}"
Headers
| Name | Description |
|---|---|
| x-delbank-api-key | Required. API key |
| x-delfinance-account-id | Required. The Delfinance bank account number |
Path Parameters:
| Name | Type | Description |
|---|---|---|
| transactionIdentifier | string | Required. QR CODE identifier, either correlationId or transactionId |
Response
The status code 202 indicates a sucess in the QR CODE canceling.
No response body will be returned in successful cases.
Cancel a dynamic due date QR code
To cancel a dynamic due date QR CODE, you only need to inform the correlationId or txid of the QR CODE.
Request
- URL
- cURL
PATCH 'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/due-date/:transactionIdentifier/cancel'
curl -X 'PATCH' \
'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/due-date/:transactionIdentifier/cancel' \
-H 'accept: */*' \
-H 'x-delbank-api-key: {{apiKey}}'
-H "x-delfinance-account-id: {{accountId}}"
Headers
| Name | Description |
|---|---|
| x-delbank-api-key | Required. API key |
| x-delfinance-account-id | Required. The Delfinance bank account number |
Path Parameters:
| Name | Type | Description |
|---|---|---|
| transactionIdentifier | string | Required. QR CODE identifier, either correlationId or transactionId |
Response
The status code 202 indicates a sucess in the QR CODE canceling.
No response body will be returned in successful cases.