Update a merchant
Update an existing merchant
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
merchantIdentifier
| string Examples:
|
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
200
Merchant was successfully updated.
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
404
Not Found
application/json
Error
PUT
Request samples
Response samples
200Merchant:
Content type: application/json