Unlink User

This endpoint helps to unlink a phone number or email address from a bank account.

Request OTP for unlinking

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

This endpoint allows you to initiate the unlinking process by requesting an OTP.

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

bankCode

string

This is the code of the sender's bank

userId

string

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

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

Provide OTP for unlinking

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

This endpoint allows you to complete the unlinking process by entering a valid OTP.

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

bankCode

string

This is the code of the sender's bank

otp

string

The OTP received at the phone number or email address

userId

string

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

Last updated

Was this helpful?