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 status of the transaction: - pending
- Transaction is pending - posted
- Transaction has been posted -
cancelled
- Transaction was cancelled
The type of the transaction: - credit
- Money coming into the account -
debit
- Money going out of the account
The description of the transaction as it appears on the statement
The date when the transaction occurred
The date when the transaction was first seen
Endpoints
Retrieve Transaction
Retrieves a single transaction by its ID.
Request
The ID of the transaction to retrieve
List Transactions
Returns a paginated 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)