Describes the fees for processing the currency exchange. Relevant to payouts with FX.
Properties
Name | Type | Required | Description |
---|---|---|---|
calc_type | str | ❌ | Specifies how the fee is calculated. One of the following: _ net - The fee is deducted from the amount paid. For example, in a payout of $100 with a fee of 5%, the recipient receives $95.00 and the $5.00 fee goes to the client wallet. _ gross - The fee is charged on top of the amount paid. For example, for a transaction of $100 with a fee of 5%, the sender pays $105.00. The recipient receives $100.00 and the $5.00 fee goes to the client wallet. |
value | float | ❌ | The amount of the fee. Percentage. |