Cardholder Document Upload

POST Cardholder Document Upload

POST /api/mastercard/holderPhotoUpload.html

Document upload status: 1 - Upload successful, 2 - Upload failed

Request Body

{
  "holderId": "1234567890",
  "photoData": "https://pic.rmb.bdstatic.com/bjh/down/55ae8d25de40edd2eef89fb7f64ed644.png",
  "photoType": "3",
  "randomStr": "abcdef12345ssss67890ssss"
}

Request Parameters

Example Response

200 Response

{
  "errMsg": "string",
  "uploadStatus": 0
}

Response Fields

Last updated