Card transaction status change notification
Webhook
Triggered when a card transaction changes status (for example, from AUTHORIZED to SETTLED, or from PENDING to DECLINED).
The payload mirrors the transaction object returned by GET /card/v1/transactions/{cardTransactionId}: the transaction id, cardId, status, authorizedAmount, settledAmount, merchant metadata, and timestamps. Use this webhook to track card spending activity and update your records in real time.
Request
Responses
- 200
- 4xx
- 5xx
Webhook received successfully. Return any 2xx status to acknowledge receipt.