Link additional alias

These endpoints allow the linking of additional phone numbers and email addresses to the same bank account.his endpoint allows you to initiate the enrollment process by making a request for an OTP.

Request OTP

POST https://api-npay.bluegreensoft.com/v1/banks/link-account-otp

This endpoint allows you to initiate the linking process for an additional alias by making a request for an OTP.

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

phoneNumber

string

test@example.com/23481012345678 <email address or a Nigerian phone number>

bankCode

string

The bank code of the sender's bank

accountNumber

string

The NUBAN account number that is being linked

{
      status : true,
     message: “otp  sent successfully
}

Provide OTP

POST https://api-npay.bluegreensoft.com/v1/banks/link-account

This endpoint allows you to complete the linking process for an additional alias by entering a valid OTP.

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

accountName

string

The account name for the user that wants to link

bvn

string

09200030343 <valid Nigeria BVN>

bankCode

string

The bank code of the sender's bank

otp

string

The OTP received at the phone number or email address

phoneNumber

string

test@example.com/23481012345678 <email address or a Nigerian phone number>

Last updated

Was this helpful?