Create a Sub-Account
This endpoint helps help to create a sub-account/merchant for your customers
POST
https://api.oneappgo.com/v1/business/
create-subaccount
Headers
Name
Type
Description
authorization*
String
SECRET_KEY
Request Body
Name
Type
Description
firstname
string
Your customer firstname
lastname
string
Your customer lastname
string
Your customer email address
phoneno
string
Your customer phone number
loginaccess
boolean
Pass true to the field to create login access for the customer. Default is false
Take a look at how you might do this:
Sample Response
Last updated
Was this helpful?