Create Eyowo Account

Create Eyowo Account

POST https://api.console.staging-api.eyowo.com/v1/users/create

Request Body: { "mobile": "2348023727854" }

Headers

Name
Type
Description

X-App-Key

string

Developer app key

Request Body

Name
Type
Description

bvn

string

valid bvn number

mobile

string

23480 valid phone numbe

{
    "success": true,
    "data": {
        "wallet": 0,
        "accountNumber": "8023727854"
    }
}

Last updated

Was this helpful?