Triggered when a card transaction authorization is approved and a transaction is created. After authorization is approved, the transaction is first created in a Pending state. If processing completes successfully, the transaction status changes to Approved.
The Approved status is the point at which the amount is debited from the cardholder balance. Transaction details may later appear again in clearing events. Use clearing events for reconciliation and confirmation of the final transaction details.
{
"userId": "97e68444-8695-4aaf-ab5b-fdf92b0db27f",
"event": "CardTransactionApproved",
"transaction": {
"transactionId": "cf680001-005c-d9c5-27d3-08de9a27032f",
"cardId": "7df14c62-c1f6-4043-aabb-450b7e0779bf",
"status": "Succeeded",
"statusText": "Pending",
"merchant": "starbucks",
"amount": 348.06,
"createdAt": "2026-04-14T13:09:08.273Z",
"declineReason": null,
"authorizationId": "cf680001-005c-d9c5-27d3-08de9a27032f"
}
}