Before getting details about accounts and transactions, please ensure that your Access token has ob-as scope in it.
Client Accounts
Clients accounts list can be retrieved using Get Accounts API . You will get list of clients accounts with account currency, status and balance.
Clients Transactions
Clients transactions list can be retrieved using Get Account Transactions API . You will get list of clients transactions based on client account. This endpoint return only captured entries. This endpoint will help you to form a statement of client’s operations.
Get payment entries
Clients payment’s entries list can be retrieved using Get Payment Entries API . You will get list of client’s payments entries based on client account. This endpoint return all operations related with account: pending, captured or both. Most popular pending operations is card payment. Funds are reserved on the account (pending status) and waiting till will be captured. This endpoint will help you to form a full list of client’s operations
Get payment entry given transaction ID Clients payment entry by transaction ID list can be retrieved using Get Payment Entry by Transaction ID API . You will get one payment entry based on ID. This point is usually used to get details about transaction after receiving webhook notification.