OnBoard New Merchant
This endpoint allows merchants to create an account on the platform. It requires the following information.
POST
{{BaseURL}}/core/auth/onboard
If the Onboarding is successful, the API will return a response with a 200
status code and a JSON object containing the data of the Merchant.
Request Body
Name
Type
Description
first_name*
String
Test
last_name*
String
Test
user_type*
String
Merchant
email*
String
test@test.com
password*
String
password
password_confirmation*
String
password
business_name*
String
Business
phone*
String
00000000
bvn*
String
000000000
bank_code*
String
0000
account_no*
String
00000000
settlement_bank_title*
String
Test
bank_name*
String
Test
settlement_email*
String
test@test.com
Last updated