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

{
  "address": "Laisvés pr. 60",
  "countryCode": "LT",
  "dateOfBirth": "1994-04-10",
  "holderId": "601081839",
  "nationality": "US",
  "postCode": "05120",
  "randomStr": "abcdef123456s78901",
  "sex": 1,
  "town": "Vilnius"
}

Request Parameters

Example Response

200 Response

{
  "auditStatus": 0,
  "errMsg": "string",
  "firstName": "string",
  "holderId": "string",
  "idno": "string",
  "idnoType": 0,
  "lastName": "string",
  "mobile": "string"
}

Response Fields

Last updated