Fired when a card transaction receives a new lifecycle event (e.g., clearing, reversal, refund).
{ "id": "<string>", "type": "CARD_TRANSACTION_UPDATED", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "channel": "ATM", "digitalWallet": "APPLE_PAY", "originalCurrency": "<string>", "currency": "<string>", "merchant": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "city": "<string>", "mccCode": "<string>", "mccCategory": "<string>", "country": "<string>" }, "events": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "AUTHORIZATION", "originalAmount": 1, "amount": 1, "occurredAt": "<string>", "createdAt": "<string>" } ], "occurredAt": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "status": "<string>", "originalAmount": { "authorized": 1, "reversed": 1, "current": 1 }, "amount": { "authorized": 1, "reversed": 1, "current": 1 }, "conversionRate": 1 } }
Unique event identifier for idempotency
Webhook event type
CARD_TRANSACTION_UPDATED
Card transaction resource. The response shape varies by transaction status.
Show child attributes
Webhook received successfully. Return any 2xx status to acknowledge.