HomeGuidesRecipesAPI ReferenceChangelog
Log In
Changelog
These docs are for v2.1.3. Click to read the latest docs for v2.1.7.
improved

SANDBOX - v.2.1.6 - 2024-07-18

Summary

We'd like to introduce the newest release, which focuses primarily on fees topic! 💰💰💰

Check-out new FEE GUIDE here! Everything you need to know about configuring merchant fees in one single page!

Two basic changes can be noted:

  • The maximum limit for "fee_op_type": "subtract" has been added, from now, the fee value can't be higher than the Unblock fee value.

Limitation should match all configs that match with your fee configs - input_currency, output_currency, direction. If there is no config specified, the maximum limitation will be reflected to the all ones.

When you will try to set up amount higher then the maximum limit, you should receive 400 status code saying: Value exceeds the maximum limit for the subtracted fee.

  • The usage of "fee_op_type": "subtract" from this release is disabled for all merchants. To start using it, you need to contact with Unblock operation team.

This release will go into the production environment on Wednesday, 24th July 2024.

Added

GUIDE / How to configure fees A dedicated guide that brings together all the tips on how to set up merchant fees;

Changed

PATCH / Update merchant fees Changes related with a new approach for setting up the negative fees, described in the summary above;

PATCH / Update a user's custom fee Changes related with a new approach for setting up the negative fees, described in the summary above;

Deprecated

GUIDE / How to do a fiatToCrypto transaction with USD Supporting USD is still disabled, therefore we are deactivating the docs to reflect the current situation and avoid confusions.