Merchant Registration Complete

Merchant will open complete registration link on email and complete the registration by set password and set verification token. If the token is valid, merchant successfully registered.

Canonical Path

/b2b/merchant/register/confirm

Method

POST

Authorization

Bearer <host_access_token>

Query Param

-

Content-Type

application/json

Content

{
    "username": <String, not null>, 
    "password": <String, not null>, 
    "token": <String>
}

Description

Field

Description

username

Merchant Username : phone number

password

Merchant Password (must be hashed by using MD5 UPPERCASE)

token

Registration Token (using prefix, example = UhY1234)

Last updated