Accounts
GET
/core/accounts/{clientId}
clientId
. It provides details such as the account holder’s name, account number (NUBAN), balances, product type, and recent transaction activities.Path Parameter
Field Name | Type | Required | Description |
---|---|---|---|
clientId | string | TRUE | The unique identifier of the account holder whose accounts are being retrieved. |
Response
Field Name | Type | Description |
---|---|---|
id | integer | Unique identifier for the account |
firstname | string | Account holder's first name |
lastname | string | Account holder's last name |
nuban | string | Unique account number (NUBAN) |
currentBalance | float | Total balance including pending transactions |
availableBalance | float | Balance available for withdrawal |
productId | integer | Identifier for the account product type |
subLedgerActivated | boolean | Indicates if the sub-ledger is activated |
accountName | string | Full name of the account holder |
productName | string | Name of the account product |
coreBankingAccountId | integer | Core banking system identifier for the account |
thisWeekCredits | float | Total credits received this week |
thisWeekDebits | float | Total debits made this week |
Request
Path Params
clientId
string
required
Example:
1
Request samples
Responses
Modified at 2025-03-19 15:01:43