Last updated 1 year ago
Was this helpful?
GET https://api.pis.ng/v1.0/account/resolve
GET
https://api.pis.ng/v1.0/account/resolve
Secret-Key*
string
Your PIS Secret Key.
Content-Type*
application/json
accountNumber*
int
The recipient's bank account number.
bankCode*
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 }