Get a card transaction by ID
Retrieves a single card transaction by its id. The id matches the transactionId field emitted on card financial event webhooks.
Authorizations
Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"
Path Parameters
Transaction ID (matches transactionId on webhook events)
Response
Card transaction
Transaction amount. Reflects the pending authorization amount while the transaction is pending or declined, and the settled amount once settled. Zero for released authorizations.
"25.78"
Amount direction. debit reduces the card balance, credit is a refund.
debit, credit "debit"
Card the transaction was placed on.
"123e4567-e89b-12d3-a456-426614174002"
External network creation time — the field the list is sorted and date-filtered by, and the same value the card financial event webhook emits as createdAt.
"2025-01-11T22:10:43.979Z"
ISO 4217 currency code of the amount.
"USD"
Unique identifier. Matches the transactionId field on card financial event webhooks, allowing reconciliation between this endpoint and webhook deliveries.
"123e4567-e89b-12d3-a456-426614174005"
Lifecycle stage of the transaction.
pending, declined, settled, released, pending, declined, settled, released "settled"
Merchant name as reported by the card network. Omitted when the network did not supply one.
"FACEBK *RN4NULM232"