Bell BAAS
  • Introduction
  • Getting Started
  • REFERENCES
    • Virtual Accounts
      • Create Client (Individual)
      • Create Client (Corporate)
      • Get Client Accounts
      • Name Enquiry (Internal)
      • Get Account Info
    • Bank Transfer
      • Bank List
      • Name Enquiry
      • Transfer
      • Requery Transfer
    • Transactions
      • All Transactions
      • Transaction by Reference
  • WEBHOOK
    • Transaction Notification
Powered by GitBook
On this page
  1. REFERENCES
  2. Virtual Accounts

Name Enquiry (Internal)

Create Client

GET /v1/client-enquiry/{{accountNumber}}

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "success": true,
    "data": {
        "accountName": "John Doe",
        "accountNumber": "000000018",
        "externalReference": "123456",
        "customAccountNumber": "8020304051",
        "nubanAccountNumber": "NUBAN generation is not enabled",
        "currency": "NGN",
        "accountTier": null,
        "mobileNumber": "08020304051",
        "emailAddress": "john1@doe.com"
    }
}
{
  "success": false,
  "message": "Request Un-Successful",
  "data": null
}
PreviousGet Client AccountsNextGet Account Info

Last updated 5 months ago