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
Name | Type | Description |
---|---|---|
sub_merchant_id | int | ID of the SubMerchant |
Request Body
Name | Type | Description |
---|---|---|
fee | decimal | New commission associated to the SubMerchant. |
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.
You can also manually update your SubMerchant's markup_fee
by logging into our Merchant Panel, going into the section Referred merchants, finding the desired SubMerchant and clicking on the ✏️ Edit button.
Example Request
With the Commission Update Endpoint you can request a markup_fee
modification whenever you want.
Request fields
Fields | Format | Description |
---|---|---|
| decimal | New Commission value that will be charged in transactions of the SubMerchant specified in the URL path. |
Last updated