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
appKey
string
This is the bank's API key.
Request Body
bankCode
string
This is the code of the sender's bank
userId
string
test@example.com/23481012345678 <email address or a Nigerian phone number>
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
appKey
string
This is the bank's API key.
Request Body
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?