Change Phone Number Request

This service is used to change Merchant Phone Number. After this service is performed, Merchant will get SMS Token to complete the process.

Canonical Path

/b2b/merchant/me/phone/updateRequest

Method

POST

Authorization

Bearer <user_access_token>

Query Param

-

Content-Type

application/json

Content

{
    “username”: <String, not null>, 
    “accountGroupId”: <String, not null>, 
    “password”: <String, not null>, 
    “phone”: <String, not null>
}

Description

Field

Description

username

Merchant Username (Phone Number)

accountGroupId

Merchant Group Id

tokenPrefix

Token Prefix, example = jKK

password

Merchant Password (must be hashed using MD5 UPPERCASE)

phone

New Merchant Phone Number

Last updated