Update Setting
PUT
https://api.sfox.com/v1/enterprise/monetization/settings/:id
This endpoint allows Partners to update the monetization amount of existing monetization settings. For example, you would use this endpoint to increase or decrease the monetization amount of a specific monetization setting. Once updated, all future orders or transactions will be charged the new monetization amount.
Path Parameters
id
required
number
The monetization ID of the setting to be updated
Body Parameters
new_monetization_amount
required
number
The updated monetization amount. Must be > 0.
Responses
Response Body
monetization_id
Unique ID for this monetization setting
monetization_feature
Feature the fee will apply to
monetization_feature_code
API readable monetization feature
monetization_method
Monetization method of the setting
monetization_method_code
API readable monetization method
monetization_amount
Monetization amount in decimal format
user_id
User Id of the user that the fee is specified for
currency_code
Currency that the fee is specified for
currency_pair
Currency pair that the fee is specifed for
date_updated
Datetime the fee was created or updated
Example Requests
Last updated