Resend Registration E-Mail
This service used to resend merchant registration email.
Canonical Path
/b2b/merchant/resend/registration/email
Method
POST
Authorization
Bearer <host_access_token>
Query Param
-
Content-Type
application/json
{
“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