v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Users

Create Business User

Create a new business user;

post/v3/users/business

Headers

MIDstring required
Example:SABCDEF_SCT8YW_NA

Merchant or sub-merchant MID

Request body

businessNamestring required
regNostring required
datestring

Date of incorporation in DD-MM-YYYY format

emailstring required
phonestring required
phoneCodestring required
countrystring required
countryOfResidencestring

Example request

{
  "businessName": "Acme Corp",
  "regNo": "123456789",
  "date": "15-06-2015",
  "email": "info@acme.com",
  "phone": "1234567890",
  "phoneCode": "+1",
  "country": "US",
  "countryOfResidence": "US",
  "address": {
    "street": "456 Elm Street",
    "city": "Los Angeles",
    "state": "CA",
    "postalCode": "90001"
  }
}

Response

Business user created successfully

statusstring