Account Controller
APIs for managing accounts
📄️ Retrieve a list of accounts for the authenticated user
Allows the authenticated user to retrieve a list of accounts based on specific search criteria.
📄️ Retrieve account details based on account id
Retrieve account details based on account id
📄️ Retrieve transaction summary for the specified account ID
This endpoint retrieves the transaction summary, including debit, credit, and final balance amounts, for the specified account ID based on the authenticated user's details.
📄️ Retrieve account statement
This API is used to retrieve the account statement
📄️ Retrieve the overdraft agenda for a specific account.
This endpoint retrieves the overdraft agenda for the specified account ID. It provides details about transactions related to the overdraft and includes pagination information, based on the authenticated user's permissions.
📄️ Retrieve Account Discount Information
Fetches discount details for a specified account ID. Optional parameters such as discount number, third party, start date, and end date can be provided to filter the discount information.
📄️ Retrieve minimum and maximum balances for the specified account ID
This endpoint retrieves the minimum and maximum balance amounts for the specified account ID based on the authenticated user's details.
📄️ Retrieve balance history of an account based on account ID, start date and end date
Retrieve balance history of an account based on account ID, start date and end date
📄️ Validate a given RIB (Bank Account Identifier) for a user
Validate a given RIB (Bank Account Identifier) for a user