Resolve Account

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 Get bank list endpoint.

{
    "code": 200,
    "status": "success",
    "message": "Successful",
    "data": {
        "accountNumber": "0260706071",
        "accountName": "OKEDION DAVID DANIEL",
        "bankName": "GUARANTY TRUST BANK",
        "bankCode": "000013"
    }
}

Last updated

Was this helpful?