Skip to main content

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

Webhook received successfully. Return any 2xx status to acknowledge receipt.

Was this page helpful?