Get Card Transaction
Cards
Get Card Transaction
Retrieve a single card transaction by id. GET /cards//transactions/.
GET
Get Card Transaction
Overview
Returns one card transaction by its id, scoped to a card your business owns. Use it when you already hold a transaction id — from a webhook, or from Get Card Transactions — and want its detail without paging the list. The object returned is identical in shape to one entry of that list, so code that renders a transaction works with either endpoint.The transaction must belong to the card in the path. A transaction id that exists but sits on
a different card returns
404 — you cannot read another card’s transactions through a card
you own.Path Parameters
Example Usage
Response
Fields
Errors
Authorizations
JWT access token obtained from /auth/token
Path Parameters
The unique card identifier
The transaction identifier

