Change Phone Number Response

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

Canonical Path

/b2b/merchant/me/phone/updateConfirm

Method

PUT

Authorization

Bearer <user_access_token>

Query Param

-

Content-Type

application/json

Content

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

Description

Field

Description

token

Transaction Token, example = jKK1234

accountGroupId

Merchant Group Id

phone

New Merchant Phone Number

Last updated