Transactions
The Transaction object and its endpoints
Transaction Object
The Transaction object represents a financial transaction on an account.
Properties
Unique identifier for the transaction
The ID of the account this transaction belongs to
The transaction amount
The currency of the transaction (ISO 4217 code)
The description of the transaction as it appears on the statement
The date when the transaction occurred
The type of the transaction: - credit
- Money coming into the account -
debit
- Money going out of the account
Endpoints
List Transactions
Returns a list of transactions for an account.
Request
The ID of the account to list transactions for
Maximum number of transactions to return (default 50, max 100)
Skip the first n transactions
Start date for transactions (ISO 8601 format)
End date for transactions (ISO 8601 format)