Change Password for Merchant Account

This service is used to initiate reset password (for merchant). After this request performed, merchant will be receive SMS Token.

Canonical Path

/b2b/merchant/auth/password/resetRequest

Method

POST

Authorization

Bearer <host_access_token>

Query Param

-

Content-Type

application/json

Content

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

Description

Field

Description

username

Merchant Username (Phone Number)

tokenPrefix

Token Prefix, example = jKK

Last updated