v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Users

Create Individual User

Create a new individual user;

post/v3/users/individual

Headers

MIDstring required
Example:SABCDEF_SCT8YW_NA

Merchant or sub-merchant MID

Request body

firstNamestring required
lastNamestring required
datestring required

Date of birth in DD-MM-YYYY format

emailstring required
phonestring required
phoneCodestring required
countrystring required
countryOfResidencestring
gender'male' | 'female'

Example request

{
  "firstName": "John",
  "lastName": "Doe",
  "date": "25-12-1985",
  "email": "john.doe@example.com",
  "phone": "1234567890",
  "phoneCode": "+1",
  "country": "US",
  "countryOfResidence": "US",
  "gender": "male",
  "address": {
    "street": "123 Main Street",
    "city": "New York",
    "state": "NY",
    "postalCode": "10001"
  }
}

Response

Individual user created successfully

statusstring