Signup
Create a business account
Create a new Mavapay business account
post/auth/signup/business
Request body
Example request
{
"email": "johndoe@email.com",
"password": "password",
"name": "John Doe",
"businessName": "John Doe Enterprises",
"phone": "+2348123456789",
"isDeveloper": true,
"country": "Nigeria",
"businessCategory": "Technology",
"businessType": "Software",
"acceptedTerms": true
}Response
User response
Example response
{
"status": "ok",
"message": "business account created successfully"
}