The transactions endpoint
The Transactions endpoint retrieves near real-time transaction notifications for Credit Card and Debit Card Accounts directly from the card networks.
The Transactions endpoint is available as a:
Type | Use-Case |
---|---|
Subscription | Near real-time transaction notifications for Credit / Debit Card Accounts |
Transaction Objects
Unique identifier for the Transaction.
The ID of the associated Account.
The statement descriptor for the transaction. This field may change across webhook events and is fully accurate only when the transaction reaches a final state (Posted or Voided).
The amount that was charged in USD cents.
The authorization amount that was charged in USD cents.
The ISO 4217 currency code for the amount and auth_amount.
The amount that was charged in the local currency of the transaction in cents.
The authorization amount that was charged in the local currency of the transaction in cents.
The ISO 4217 currency code for the transaction_amount and transaction_auth_amount.
The current status of the Transaction. Returns have the status posted with a negative value for amount and transaction_amount. One of pending
, posted
or voided
Timestamp when the transaction took place.
Timestamp when the transaction was posted, null if it never posted
Timestamp when the transaction was voided, null if it never voided.
If this transaction is a return (posted with a negative value for amount), this field contains the ID of the original transaction. Otherwise, it is null.
Timestamp of when the Transaction was created.
Timestamp of when the Transaction was last updated.
Webhook Payload
The Webhook payload will contain the following information: