Commission Update Endpoint
Learn how to update your commissions associated to your SubMerchants.
Last updated
Learn how to update your commissions associated to your SubMerchants.
Last updated
PUT
https://api-stg.directa24.com/v3/sub_merchant/{sub_merchant_id}/markup_fee
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
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.
With the Commission Update Endpoint you can request a markup_fee
modification whenever you want.
Fields | Format | Description |
---|---|---|
sub_merchant_id
int
ID of the SubMerchant
fee
decimal
New commission associated to the SubMerchant.
markup_fee
decimal
New Commission value that will be charged in transactions of the SubMerchant specified in the URL path.