Check User Status

These endpoints allow you to check user status.

Check User Status

POST https://api-npay.bluegreensoft.com/v1/enroll-user

Headers

Name
Type
Description

appKey

string

This is the bank's API key.

Request Body

Name
Type
Description

bvn

string

09020000039 <valid Nigeria BVN>

bankCode

string

The bank code of the sender's bank

accountNumber

string

The NUBAN account number that is being linked

{
    "status": true,
    "message": "status retrieved successfully",
    "data": {
        "userExist": true
    }
}

Last updated

Was this helpful?