Setup Developer Account
If you've successfully activated Developer Mode from the previous section, then you're ready to create and set up your developer account and start using Eyowo as your Payment Service.
In this section, you will complete the following task:
Create a Developer's Account
Create an Application
Obtain application credentials for HTTP requests
Add valid Eyowo User's Wallet
Creating a Developer's Account
Create Developer
POST
https://api.developer.eyowo.com/v1/auth/signup
Request Body
Name
Type
Description
string
<valid email address>
password
string
preferred password
Developer Login
POST
https://api.developer.eyowo.com/v1/auth/login
Request Body
Name
Type
Description
string
<valid email address>
password
string
Congratulations you've successfully joined the cool kids 🎉 😎
NOTE: You'll be required to login.
Last updated