Before getting details about accounts and transactions, please ensure that your Access token has ob-as scope in it.
Client Accounts
The list of client accounts can be retrieved using the Get Accounts API . You will get a list of clients’ accounts with account currency, status, and balance.
Clients Transactions
Clients’ transactions list can be retrieved using the Get Account Transactions API . You will get a list of the clients’ transactions based on the client’s account. This endpoint returns only captured entries. This endpoint will help you to form a statement of the client’s operations.
Get payment entries
Clients’ payment entries list can be retrieved using the Get Payment Entries API . You will get a list of the client’s payment entries based on the client’s account. This endpoint returns all operations related to the account: pending, captured, or both. The most popular pending operation is card payment. Funds are reserved on the account (pending status) and waiting to 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.