v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Retrieve a card transaction

Retrieve a card transaction with the specified ID

get/customers/{customerID}/card_accounts/{cardAccountID}/transactions/{transactionID}

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

transactionIDstring required

A UUID that uniquely identifies a resource

Response

Card transactions

idstring required

A UUID that uniquely identifies a resource

card_account_idstring

A UUID that uniquely identifies a resource

customer_idstring

A UUID that uniquely identifies a resource

category'adjustment' | 'fee' | 'purchase' | 'refund' | 'crypto_funding' | 'crypto_return' | 'crypto_withdrawal' required

The category of the transaction

amountstring required

The amount represented as a decimal string

billing_amountstring

The billing amount, represented as a decimal string. The billing amount is the amount of the transaction excluding any additional hold. This amount should be present on all purchases, but will only differ from the amount field for some merchant categories in which an upcharge is involved (e.g. gas stations, hotels).

currency'usd' | 'usdc' required

The currency of the transaction

merchant_category_codestring

The merchant category code, if applicable (e.g., '5712'). Always returned for transactions with category purchase or refund

merchant_namestring

The merchant name, if applicable. Always returned for transactions with category purchase or refund

merchant_locationstring

The merchant location, if applicable. Always returned for transactions with category purchase or refund

descriptionstring required

The transaction description. It includes the merchant's name and location information for card transactions

posted_atstring required

Timestamp when the transaction was posted, in ISO8601 format

authorized_atstring

Timestamp when the transaction was authorized, in ISO8601 format. Applicable only to transactions with category purchase or refund and always returned when applicable

status'pending' | 'posted'

The status of the transaction

related_transaction_idsstring[]

IDs of related card transactions

stripe_issuing_transaction_idstring nullable

The Stripe Issuing transaction ID, if the transaction is backed by Stripe Issuing