Update a commission
Update the commission (markup_fee) for a specific SubMerchant.
Path parameters
sub_merchant_idintegerRequiredExample:
The ID of the SubMerchant to update.
18703
Header parameters
Content-TypestringRequiredDefault:
Media type of the body sent to the API.
application/json
X-Datestring · date-timeRequired
ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)
X-LoginstringRequired
Merchant X-Login API Key.
AuthorizationstringRequired
Authorization control hash.
X-Idempotency-KeystringOptional
Unique idempotency key for ensuring that the same request is not processed more than once.
Body
markup_feenumber · doubleOptionalExample:
New commission value that will be charged in transactions of the SubMerchant specified in the URL path.
2
Responses
200
The commission was updated successfully.
No content
400
The request could not be processed due to a client-side error.
application/json
put
PUT /sub_merchants/{sub_merchant_id}/markup_fee HTTP/1.1
Host:
Content-Type: application/json
X-Date: 2025-08-29T17:32:28.698Z
X-Login: text
Authorization: text
Accept: */*
Content-Length: 16
{
"markup_fee": 2
}
No content
Last updated
Was this helpful?