POST
/
onboarding
{
  "data": {
    "businessname": "Slab Ready Mix",
    "email": "slabreadymixx@mix.com",
    "merchant_key": "9f496121110e19b36b862e97559bbd9ffe0bd0a7335b2884e071ea6d6d59cc34",
    "public_key": "28e2464f8b8726847cec7196beb7d0c6"
  },
  "message": "Merchant onboarding successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
BankingInfo
object
BusinessInfo
object
OwnerInfo
object
ProcessingInfo
object

Response

201 - application/json
Full Merchant Submit
data
object
message
string
Example:

"Merchant onboarding successfully"

result
boolean
Example:

true