Account Information

This endpoint allows users retrieve the bank account information of a customer.

Request

{{baseUrl}}/api/v1/financial/account_information

Headers

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Parameters

Parameter Type Description
account_id * string account ID gotten from the widget required

Response Sample

{
  "name": "BENJAMIN, RAMON ABDUL",
  "account_number": "015***7834",
  "account_bvn_last_four": "5556",
  "account_type": "GT Crea8-e-savers",
  "currency": "Naira",
  "account_status": "Active",
  "balance": "34,976.80"
}