Update Mobile Phone

URL

The relevant endpoint and https method information for updating the registered phone number of the card is given below. It provides the update of the phone number from which 3Ds sms will come.

HTTP Method URL
POST /card/updateMobilePhone

Request Params

Params Type Mandatory Description
card_no string Yes Card Number
mobile_phone string Evet Mobile Phone (must contain country area code)
corelation_id string Yes Corelation Id

Response Params

Params Type
status int
code string
message string
payload boolean

REQUEST (POST) :

{
  "card_no": "434610lbvqig0051",
  "mobile_phone": "905555555555",
  "corelation_id": 4000001489104986
} 

RESPONSE:

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