HomeGuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Update a user's custom fee

Update a user's custom fee. Pass null for input_currency or output_currency to apply the fee across all currencies.

Body Params
number
required
0 to 1

The fee value in decimals (e.g.: 0.005 corresponds to 0.5%). Must be between 0 and 1.

string

Input currency code. Use null to apply the fee to all input currencies.

string

Output currency code. Use null to apply the fee to all output currencies.

string
enum
required

The transaction direction

Allowed:
string
enum
required

The fee operation type

Allowed:
string
required

The UUID of the user to set fees for

number
≥ 0

A FIXED value to apply as a minimum merchant fee. When provided, minimum_fee_currency is required.

string

The currency for the minimum fee. Required when minimum_fee is provided.

number
≥ 0

A fixed fee amount added on top of the percentage fee

Responses
204

Action has been accepted

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json