Resend Registration SMS Token

This service used to resend merchant registration SMS token.

Canonical Path

/b2b/merchant/resend/registration/sms

Method

POST

Authorization

Bearer <host_access_token>

Query Param

-

Content-Type

application/json

Content

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

Description

Field

Description

username

Merchant username (phone number)

accountGroupId

Merchant Group Id

phone

Merchant Phone Number

Last updated