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

Path parameters

transaction_id
string
required
The unique identifier of the transaction to retrieve.

Response

id
string
Unique identifier for the transaction.
account_id
string
The ID of the bank account this transaction belongs to.
amount
integer
The transaction amount in cents. Positive for credits (money in), negative for debits (money out).
occurred_at
string
ISO 8601 timestamp of when the transaction occurred.
source
object
Information about the origin of the transaction.
counterparty
object | null
The other party in the transaction, if known.