Set Card Mobile Phone

URL

The endpoint and http method information used to match the entered card and phone number are given below.

When the SetCardRandomPin service is used, the random pin will be forwarded to the phone defined in the SetCardMobilePhone service.

HTTP Method URL
POST /v1/cp/Issuing/SetCardMobilePhone

Request Params

Params Type Mandatory
card_no string Yes
phone_number string Yes

Response Params

Params Type
status int
code string
message string
payload object

REQUEST (POST):

{
  "card_no": "",
  "phone_number": ""
}

RESPONSE:

{
    "status": 0,
    "code": null,
    "message": null,
    "payload": true
}
}