List aliases

This endpoint allows you to view all aliases linked to a bank account.

List all aliases

GET https://api-npay.bluegreensoft.com/v1/banks/alias/numbers/:bankCode?bvn=

Path Parameters

Name
Type
Description

bankCode

string

This is the code of the sender's bank

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

bvn

string

09200030343 <valid Nigeria BVN>

{
    "status": true,
    "message": "bank details retrieved sucessfully",
    "data": []
}

Last updated

Was this helpful?