PIS API v1.0
HomeCreate AccountLogin
  • Getting Started
  • Recommendations
  • Collections
    • Virtual Bank Account
      • Create Account
      • Get Account
      • Fetch Accounts
      • Webhooks
    • Sub-accounts
    • Installments
  • Payouts
    • Bank Transfer
      • Initiate Transaction
      • Verify Transaction
      • Fetch Transactions
  • Misc
    • Get Balance
    • Get Account Details
    • Resolve Account
    • Get Bank List
Powered by GitBook
On this page

Was this helpful?

  1. Misc

Resolve Account

PreviousGet Account DetailsNextGet Bank List

Last updated 1 year ago

Was this helpful?

GET https://api.pis.ng/v1.0/account/resolve

Headers

Name
Type
Description

Secret-Key*

string

Your PIS Secret Key.

Content-Type*

string

application/json

Request Body

Name
Type
Description

accountNumber*

int

The recipient's bank account number.

bankCode*

int

The recipient's bank code. See bank codes from the .

{
    "code": 200,
    "status": "success",
    "message": "Successful",
    "data": {
        "accountNumber": "0260706071",
        "accountName": "OKEDION DAVID DANIEL",
        "bankName": "GUARANTY TRUST BANK",
        "bankCode": "000013"
    }
}
{
    "code": 401,
    "status": "error",
    "message": "Authorization required!",
    "data": null
}
{
    "code": 400,
    "status": "error",
    "message": "Bad Request",
    "data": null
}
{
    "code": 404,
    "status": "error",
    "message": "The endpoint you are trying to access does not exist.",
    "data": null
}
Get bank list endpoint