Skip to main content
GET
Get transaction
Returns a single transaction object.

Path parameters

string
required
The unique identifier of the transaction to retrieve.

Response

string
Unique identifier for the transaction.
string
The ID of the bank account this transaction belongs to.
integer
The transaction amount in cents. Positive for credits (money in), negative for debits (money out).
string | null
The ID of the card that produced this transaction. null for transactions that did not originate from a card.
string
ISO 8601 timestamp of when the transaction occurred.
object
Information about the origin of the transaction.
object | null
The other party in the transaction, if known.