⚖️Return all Transactions from a Bank Account
Return a list of object literals which represent Customer Transactional data that has been read from either the Customers Internet Banking profile or Customers Bank Statement/s uploaded.
Return all Transaction from a BankAccount
GET {{baseUrl}}/bank-accounts/:bank_account_id/transactions
GET {{baseUrl}}/bank-accounts/:bank_account_id/transactionsPath Parameters
Name
Type
Description
bank_account_id*
String
The UUID for a specific Bank Account that gets generated and returned in the POST Create New Bank Account response.
Query Parameters
Name
Type
Description
account_id
String
[Online only] The UUID for an Account within a Bank Account that gets generated and returned after the Online Login process has been successfully completed.
When the person logs, each account within the Internet Banking
Status Codes
Last updated