Auth
Create merchant from dashboard
Create and attach a merchant to the current operator user.
post/onboarding/merchant
Request body
Example request
{
"merchant_name": "Demo Merchant"
}Response
OK
GenericObject required
Create and attach a merchant to the current operator user.
{
"merchant_name": "Demo Merchant"
}OK