Invite Existing Merchant

Send invitation to existing merchant for the merchant portal

Invite existing merchant

POSThttps://<PayEngine-host>/merchant/:merchant_id/invite

Retrieve the details of a merchant.

Path Paremeters

Name
Tyoe
Description

merchant_id

string

Merchant ID of a merchant to whom invite needs to be sent

Request Body

Name
Type
Description

name*

string

Merchant name

email*

string

Merchant's email address to which invite has to be sent

external_id

string

Merchant ID from your system (optional)

Name
Type
Description

message

string

Success or failure message of the invite

data.id

string

Merchant ID

data.email

string

Mechant's email address to which email was sent

Sample Request

{
  "email": "[email protected]"
}

Last updated