/
/Open Banking API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getGet Account By Customer BVN
  • getGet Account By Email
  • getGet Account By Phone
  • getGet Account Type
  • getGet Account By Customer Id
  • postOpen Account
  • postUpdate Account
  • postBlock Account
  • getGet Agencies
  • getGet Agency By Code
  • getGet Agencies At A Location
  • getGet ATMs
  • getGetBillPaymentItem
  • getGetBillerCategories
  • getGetBillers
  • getGetBillingSystem
  • getGet Card Limit
  • postSet Card Limit
  • getGet Card Product By Bank
  • getGet Cards
  • getRequest Card
  • getGet By CustomerId
  • getGet By Email
  • getGet By Phone Number
  • postUpdate Customer Information
  • postSetup Direct Debit
  • postBook Investment
  • getGet Investment Product
  • getGet Bank Meta
  • getGet Charges
  • getGet Interface Version
  • getGet Products
  • getGetHold
  • getGetStatement
  • postMultipleTransferOtherBank
  • postMultipleTransferToEmail
  • postMultipleTransferToPhone
  • postMultipleTransferWithinBank
  • postPlaceHold
  • postPlacePnd
  • postRemove Hold
  • postSingleTransferOtherBank
  • postSingleTransferToEmail
  • postSingleTransferToPhone
  • postSingleTransferWithinBank
  • getGetPosByMerchantIdOrBranchIdOrEmail
  • getFinds a POS by Terminal ID
  • getGetPosNearLocation
  • getGet Customer Transaction Limit
  • getGet Global Transaction Limit
  • getGet Branch
  • getGet Branches

Get Account By Phone

get/account/getAccountByPhone/{phone}

Path parameters

phonestring required

Response

200

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Account number resolved",
  "data": {
    "account_number": "0022728151",
    "account_name": "WES GIBBONS"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.