Merchant Identity
Create an invitation to open a merchant account
Creates an invitation to open a merchant account managed by a partner.
<!-- autogenerated token notes -->
**Token Types**:
Service or Merchant tokens are allowed.
<!-- autogenerated scope notes -->
**Required Scopes:**
business:invitation:new
POST
/
v1
/
partners
/
{partner_alias}
/
invitations
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
partner_alias
string
requiredBody
application/json
publisher_code
string
requiredemail
string | null
role
enum<string> | null
default: adminAvailable options:
admin
, editor
merchant_id
string | null
expires
string | null
Response
201 - application/json
For the api users we want to return a status for the Invitation
id
string
requiredcreated_at
string
requiredupdated_at
string
requiredemail
string | null
requiredcode
string
requiredMaximum length:
64
role
string
requiredMaximum length:
64
merchant_id
string | null
requiredexpires
string
requiredredeemed_at
string | null
requiredredeemed_merchant_id
string | null
requiredredeem_action
required
Available options:
get_merchant
, new_merchant_and_member
, new_member
, no_op
partner_id
string | null
requiredpublisher_code
string | null
requiredinvitation_code_url
string | null
requiredMinimum length:
1
type
enum<string>
requiredAvailable options:
user
, merchant
status
string
required