Commission Update Endpoint

Learn how to update your commissions associated to your SubMerchants.

Update your Commission on a specific SubMerchant

PUT https://api-stg.directa24.com/v3/sub_merchant/{sub_merchant_id}/markup_fee

Path Parameters

Request Body

Our solution for Platforms allows to associate a different commission for each SubMerchant, called markup_fee. This endpoint allows Platforms to perform Commission updates for a specific SubMerchant.

The default value of the markup_fee will be set by your Account Manager.

Example Request

With the Commission Update Endpoint you can request a markup_fee modification whenever you want.

{
    "markup_fee": 2.00
}

Request fields

Last updated