Eyowo Developer
Get An Account
staging
staging
  • Welcome, Engineer! 👩‍💻 👨‍💻
  • Getting Started
    • User Account & Developer Mode
    • Setup Developer Account
    • Setup Developer App
  • Api resources
    • Create Eyowo Account
    • Authentication
    • Transfers
    • Transactions
    • Banks
    • Query BVN
  • Reference
    • API Reference
    • Bank List
  • Additional Resource
    • Create App
Powered by GitBook
On this page

Was this helpful?

  1. Api resources

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"
    }
}
PreviousSetup Developer AppNextAuthentication

Last updated 4 years ago

Was this helpful?