Card Transaction

Card transaction webhook payload object

The card transaction webhook payload is the data of the issuing.card_transaction.created, issuing.card_transaction.updated, and issuing.card_transaction.transaction_data_updated webhooks. It contains the card transaction and the card transaction event that triggered the webhook. Read more about card transaction webhook events.

Object Parameters

card_transaction

object

The card transaction at the time the webhook fired. Its events array is omitted; the triggering event is in latest_card_transaction_event. See Card transaction object.

latest_card_transaction_event

object

The card transaction event that triggered this webhook. For issuing.card_transaction.transaction_data_updated, which adds no event, this is the transaction's most recent existing event. See Card transaction event object.