Create a new merchant
Create a new merchant
Rate Limit: 300 Max attempts within 1 minute.
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
referenceKey
| string Example: acme |
name
| string Example: ACME |
priority | integer Example: 1 |
orderDelegationUrl
| string |
cancellationUrl
| 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
Request samples
Response samples
201Merchant:
Content type: application/json