v8
OpenAPI 3.1.02026-08-033623795.0 MBCards
Retrieve Card Transaction
Fetches a single card transaction by its citx_ identifier. The owner defaults to the account the credential belongs to.
get/card_transactions/{id}
Query parameters
account_idstring
The account that owns the transaction, prefixed biz_. Defaults to the credential's account.
Response
card transaction found
Example response
{
"status": "pending",
"transaction_type": "spend"
}