Retrieve a transaction
Retrieve the latest state of one accessible transaction. Use the agg_tx_ id returned by transfer creation or transaction listing.
Authorizations
User API key authentication. Create a key under Settings → API keys in the Slash dashboard (https://app.slash.com/global-settings/api-keys) and send the x-legal-entity header naming the legal entity to act on with every request. Keys scoped to a legal entity are rejected with 403 user_api_key_required.
Headers
The legal entity to act on. Required on every request; a user API key can act on any legal entity its user has access to.
^le_[a-zA-Z0-9]+$Path Parameters
Transaction id with the agg_tx_ prefix.
Response
The transaction.
- TransactionCard
- TransactionAch
- TransactionWire
- TransactionInternationalWire
- TransactionRealtime
- TransactionBook
- TransactionFee
- TransactionCheck
- TransactionCrypto
- TransactionTreasury
- TransactionOther
Card activity with merchant and authorization data in details. This is the
card variant of the unified Transaction model: category is always card
and detailedStatus is limited to card lifecycle states.
Transaction id.
"agg_tx_2rj4l7hmrrrcv"
Posting date, or creation date while pending or failed.
"2026-08-18T01:00:00.000Z"
Statement descriptor when one was supplied; otherwise a Slash-generated display description.
"VENDOR PAYMENT"
Signed USD account impact in cents. Debits are negative.
-1250
Coarse transaction state.
pending, posted, failed Account containing the transaction.
"sa_group_primary123"
Balance type affected by the transaction.
cash, credit "cash"
card Exact lifecycle state of a card transaction.
pending, canceled, failed, settled, declined, refund, reversed, dispute Human-readable payment memo, when present. For transfers, this is the request's top-level description.
"Invoice 1042"
User-editable private note, when present.
"Reconciled with invoice 1042"
Virtual account containing the transaction, when applicable.
"subaccount_operations123"
The transfer that produced this transaction, if any. Uses the transfer_intent_ prefix.
"transfer_intent_2rj4l7hmrrrcv"
Original currency details when the transaction was converted. Despite the historical amountCents field name, the amount uses the original currency's native minor unit.
Card, merchant, and authorization data for a card transaction.