Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Account Information
Retrieve customer accounts, balances and transactions history.
This new API contains 6 endpoints:
- GET /accounts: Retrieve List of AccountsRetrieve the list of loans for a given customer
- GET /accounts/{accountId}: Retrieve Account Details
- GET /accounts/by: Retrieve Account Details using Alternate Identifier
- GET /accounts/{accountId}/balances: Retrieve Account Balances
- GET /accounts/{accountId}/transactions: Retrieve Account Transactions
- GET /accounts/{accountId}/blocked-transactions: Retrieve Account Blocked Transactions
More documentation here.