{
"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",
"originalCurrency": "USD",
"currency": "USD",
"merchant": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"city": "<string>",
"postCode": "<string>",
"state": "<string>",
"mccCode": "5411",
"mccCategory": "Grocery Stores",
"country": "US"
},
"fees": {
"atm": 100.5,
"fx": 100.5
},
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"originalAmount": 100.5,
"originalCurrency": "USD",
"amount": 100.5,
"fees": {
"atm": 100.5,
"fx": 100.5
},
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:05Z"
}
],
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z",
"status": "PENDING",
"originalAmount": {
"authorized": 100.5,
"reversed": 100.5,
"current": 100.5
},
"amount": {
"authorized": 100.5,
"reversed": 100.5,
"current": 100.5
},
"conversionRate": 1,
"triggerEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Notifications
Card transaction updated
Fired when a card transaction receives a new lifecycle event (e.g., clearing, reversal, refund).
WEBHOOK
CARD_TRANSACTION_UPDATED
{
"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",
"originalCurrency": "USD",
"currency": "USD",
"merchant": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"city": "<string>",
"postCode": "<string>",
"state": "<string>",
"mccCode": "5411",
"mccCategory": "Grocery Stores",
"country": "US"
},
"fees": {
"atm": 100.5,
"fx": 100.5
},
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"originalAmount": 100.5,
"originalCurrency": "USD",
"amount": 100.5,
"fees": {
"atm": 100.5,
"fx": 100.5
},
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:05Z"
}
],
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z",
"status": "PENDING",
"originalAmount": {
"authorized": 100.5,
"reversed": 100.5,
"current": 100.5
},
"amount": {
"authorized": 100.5,
"reversed": 100.5,
"current": 100.5
},
"conversionRate": 1,
"triggerEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Body
application/json
Response
200
Webhook received successfully. Return any 2xx status to acknowledge.