Cancel Pix QR code
Cancels a QR code by its identifier. To look up the current
status of a QR (paid / awaiting / expired) use
GET /v1/accounts/{accountId}/pix/qr-code/lookup instead.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Idempotency-Key
Optional client-generated idempotency token (recommended for safe retries).
Query parameters
identifier
Identifier assigned during QR creation.
Response
QR code cancelled.
txid
QR code transaction ID (used as qrcodeId).
emv
EMV PIX copy-and-paste code (BR Code). Render this as the QR / “copia e cola”.
type
status
QR status. ACTIVE right after creation.
identifier
Client-provided identifier (use for lookups).
value
Charge amount in BRL.
message
Message shown to the payer.
description
Same as message (alias).
accountId
Account that owns the charge.
pixKey
PIX key used in the charge.
allowChange
Whether the payer may change the amount.
createdAt
expiresAt
Errors
400
Bad Request Error
500
Internal Server Error