GET
/
banking
/
v1
/
ng
/
bank_accounts
/
{id}
{
  "id": "<string>",
  "user": {
    "email": "jsmith@example.com",
    "first_name": "<string>",
    "last_name": "<string>",
    "username": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "has_set_pin": true,
  "account_name": "<string>",
  "account_number": "<string>",
  "classification": "NULL",
  "currency": {
    "id": "<string>",
    "name": "<string>",
    "code": "<string>",
    "symbol": "<string>"
  },
  "status": "NULL",
  "business_name": "<string>",
  "naira_balance": {},
  "reference": "<string>",
  "tracking_reference": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this account.

Response

200 - application/json
id
string
required
user
object
required
has_set_pin
boolean
required
account_number
string
required
Maximum length: 255
currency
object
required
naira_balance
object
required
tracking_reference
string
required
created_at
string
required
updated_at
string
required
account_name
string | null
Maximum length: 255
classification

indicate the classification of the account as personal, business or other wise

  • NULL - Default
  • PERSONAL - Personal
  • BUSINESS - Business
Available options:
NULL,
PERSONAL,
BUSINESS
status
  • NULL - Default
  • ACTIVE - Active
  • INACTIVE - Inactive
  • DORMANT - Dormant
  • CLOSED - Closed
  • ESCHEAT - Escheat
  • CHARGEOFF - Chargeoff
Available options:
NULL,
ACTIVE,
INACTIVE,
DORMANT,
CLOSED,
ESCHEAT,
CHARGEOFF
business_name
string | null
Maximum length: 255
reference
string | null
Maximum length: 255