Modify Cardholder Information
POST Modify Cardholder Information
POST /api/mastercard/holderUpdate.html
Modify cardholder information with the following statuses: 0 Pending review, 1 Under review, 2 Approved, 3 Rejected
Example Request Body
Request Parameters
holderId
string
true
none
Cardholder ID
The ID of the cardholder
dateOfBirth
string
true
none
Date of Birth
Date of birth (yyyy-MM-dd)
nationality
string
true
none
Nationality
Nationality (2-letter country code)
sex
integer
true
none
Gender
Gender: 3 for male, 4 for female
countryCode
string
true
none
Country Code
Country code (2-letter country code)
town
string
true
Y
European Region
European region or city name (in English)
address
string
true
Y
European Address
Detailed address in Europe (in English)
postCode
string
true
none
Postal Code
Postal code
randomStr
string
true
none
Randomstr
A random string of 32 characters
Example Response
200 Response
Response Fields
auditStatus
integer
true
none
Audit status: 0 - Pending review, 1 - Under review, 2 - Approved, 3 - Rejected, 4 - Data to be completed
errMsg
string
true
none
Description
firstName
string
true
none
First name
holderId
string
true
none
Cardholder ID
idno
string
true
none
Identification number
idnoType
integer
true
none
Identification type
lastName
string
true
none
Last name
mobile
string
true
none
Mobile phone number
Last updated