Name |
Type |
Max Length |
Description |
Notes |
companyId |
String |
11 |
Mastercard assigned unique identifier for a client. |
|
memberICA |
Long |
|
Interbank Card Association number assigned by Mastercard to the client. |
|
userNumber |
String |
30 |
The unique identifier of a user assigned by the client. |
|
firstName |
String |
50 |
User's first name |
|
lastName |
String |
50 |
User's last name |
|
motherMaidenName |
String |
30 |
User's mother maiden name |
|
gender |
String |
1 |
The ISO code used to determine the gender of the User |
|
birthDate |
String |
10 |
User's date of birth in the format yyyy-MM-dd |
|
nationalIdentifier |
String |
50 |
User's unique identifier assigned by the national or government system. For example, passport number or tax identification number |
|
businessPhoneNumber |
String |
25 |
User's business phone number |
|
mobilePhoneNumber |
String |
25 |
User's mobile phone number |
|
homePhoneNumber |
String |
25 |
User's home phone number |
|
emailAddress |
String |
120 |
User's email address |
|
vip |
Boolean |
|
Used to assign VIP status to a user, default value is false |
|
employee |
Boolean |
|
Used to assign Employee status to a user, default value is false |
|
address |
UserAddress |
|
User's address details |
|
id |
String |
50 |
Unique User identifier assigned by Mastercard and provided to client at the time of user enrollment response. |
|
{
"companyId": "611532",
"memberICA": 611532,
"userNumber": "C02333333325",
"firstName": "John",
"lastName": "Smith",
"motherMaidenName": "Jennifer",
"gender": 1,
"birthDate": "1975-03-11",
"nationalIdentifier": "324-56-7574",
"businessPhoneNumber": "+1(0)1234567890",
"mobilePhoneNumber": "+1(0)1234567891",
"homePhoneNumber": "+1(0)1234567892",
"emailAddress": "[email protected]",
"vip": true,
"employee": false,
"address": {
"addressLine1": "10 Upper Bank Street",
"addressLine2": "Chesterfield",
"addressLine3": "Canary Wharf",
"addressLine4": "Tower Hamlets",
"city": "London",
"countryCode": "ENG",
"postalCode": "E1 6AN",
"stateProvinceCode": "JS"
},
"id": "2a53135b-c1f2-4cec-88a9-b0941304d9d7"
}