Update SubMerchant Commission

Update the commission (markup_fee) for a specific SubMerchant.

put/sub_merchants/{sub_merchant_id}/markup_fee

Path parameters

sub_merchant_idinteger required

The ID of the SubMerchant to update.

Headers

Content-Typestring required

Media type of the body sent to the API.

X-Datestring date-time required

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-Loginstring required

Merchant X-Login API Key.

Authorizationstring required

Authorization control hash.

X-Idempotency-Keystring

Unique idempotency key for ensuring that the same request is not processed more than once.

Request body

markup_feenumber double

New commission value that will be charged in transactions of the SubMerchant specified in the URL path.

Response

The commission was updated successfully.

Changes

No recorded changes to this endpoint across all 1 revision of this API.