API Reference
Log In
API Reference

Static QR CODE Canceling

For when you want to cancel a static QR CODE

QR CODE Canceling

To cancel a static QR CODE, you only need to inform the correlationId or txid of the QR CODE.

Request

PATCH 'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/static/:transactionIdentifier/cancel'
curl -X 'PATCH' \
  'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/static/:transactionIdentifier/cancel' \
  -H 'accept: */*' \
  -H 'x-delbank-api-key: {{apiKey}}'
  -H 'idempotencyKey: {{Guid}}'

Headers

NameDescription
x-delbank-api-keyRequired. API key
idempotencyKeyRequired GUID

Path Parameters:

NameTypeDescription
transactionIdentifierstringRequired. 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.

📘

For more informations:

For more information and endpoint request simulations, access the API Reference.