Account Information
With this account information endpoint, all account details with the financial institution are returned via the account id passed to the URL
API Object​
Response
{
"_id": "6296093163a9f8abf120d154",
"institution": {
"name": "access",
"bankCode": "",
"type": "PREMIER SAVINGS"
},
"name": "John Doe",
"accountNumber": "0000000000",
"type": "PREMIER SAVINGS",
"balance": 2210,
"bvn": "2241"
}
Account Fields​
Field | Description | Type |
---|---|---|
meta | An event object containing the account data and the current data status. | object |
meta._id | The unique identifier for the member which has new or updated transaction data | string |
meta.institution | All data related to the financial institution of the connected user | object |
meta.institution.name | The institution name of the connected account | string |
meta.institution.bankCode | The bank code of the institution name connected to this account | string |
meta.institution.type | The type of banking method for this connected user. E.g PREMIER_SAVINGS, PERSONAL_BANKING, BUSINESS_BANKING etc | string |
meta.name | The account name of the connected user | string |
meta.accountNumber | The account number of the connected user | string |
meta.type | The account type of the connected user E.g SAVINGS ACCOUNT, CURRENT ACCOUNT | string |
meta.balance | The current account balance of the connected user | string |
meta.bvn | The BVN of the connected user | string |