Transaction Object
The Transaction object represents a bank account transaction retrieved through Account Information Services (AIS).Properties
Unique identifier for the transaction (UUID)
The ID of the bank account this transaction belongs to (UUID)
The transaction amount as a string
The currency of the transaction (ISO 4217 code, 3 characters)
The description of the transaction as it appears on the bank statement
The name of the counterparty (creditor or debtor) if available
The date and time when the transaction occurred
The type of the transaction:
credit- Money coming into the accountdebit- Money going out of the account
Endpoints
List Transactions
Returns a list of bank account transactions for a given data session. Returns transactions from the last 3 months.The ID of the data session to retrieve transactions for
Response
Notes
- This endpoint returns transactions from customer bank accounts accessed through open banking
- The data is retrieved from the bank’s systems via the data session consent
- Transaction history is typically limited to the last 3 months depending on the bank