put https://sandbox.depasify.com/api/v1/accounts//sepa_fees
This endpoint allows the user to update the sepa fee configuration for their account.
The system ensures that the fee values are not below the minimum allowed fee percentage or fee fixed.
The user can modify the fiat_payment_fee
. If any fee is below the minimum allowed threshold, an error will be returned.
- fiat_payment_fee: A configurable percentage and fixed fees for sepa transactions (must be above the minimum threshold).
- enabled: A flag indicating whether the fee feature is enabled (defaults to
false
if not provided).