Change E-Mail

This service is used to change Merchant Email. After this request performed, merchant will get an email to verify update process

Canonical Path

/b2b/merchant/me/email

Method

PUT

Authorization

Bearer <user_access_token>

Query Param

-

Content-Type

application/json

Content

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

Description

Field

Description

username

Merchant Username (Phone Number)

password

Merchant Password

email

New Merchant Email

Last updated