docs
  1. Admin Api
  2. Resources
  3. Merchants
  4. Create A New Merchant

Create a new merchant

Create a new merchant

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
referenceKey
  • required
  • MinLength: 1
string
Example:
acme
name
  • required
  • MinLength: 1
string
Example:
ACME
priority
integer
Example:
1
orderDelegationUrl
  • nullable
string
cancellationUrl
  • nullable
string

Responses

201
Merchant was successfully created.
application/json
Success
id
integer
Example:
1
referenceKeyrequired
string
Example:
acme
namerequired
string
Example:
ACME
priority
integer
Example:
1
orderDelegationUrl
string
cancellationUrl
string
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST/merchants

Request samples

Response samples

201
Merchant:
Content type: application/json
Provide Feedback