Bank Card Unloss

POST Bank Card Unloss

POST /api/mastercard/masterCardUnLoss.html

Cancel the loss report for a bank card.

Request Body

{ "cardId": "card123", "cardNo": "**** **** **** 1234", "randomStr": "abcdef1234567890" }

Request Parameters

NameTypeRequiredBase64 EncodedDescription
cardIdstringfalsenoneEither cardId or cardNo must be filled in at least
cardNostringfalsenoneEither cardId or cardNo must be filled in at least
randomStrstringtruenone32-digit random string

Example Response

200 Response

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

Response Fields

NameTypeRequiredConstraintDescription
changeStatusintegertruenone1: Success, 2: Failure
errMsgstringtruenonenone

Did this page help you?