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
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