improved
SANDBOX - v.2.1.5 - 2024-06-25
5 months ago by Joanna Cesarz
Summary
📣 📣 Team, happily, we can share a sneak peek of the newest release!
Fixed minimum fee feature is here! Finally, you can set up the minimum fee per tx to avoid small changes with minor transfers.
Along with this release, our APIs responses have been improved, please read all the details below.
This release will go into the production environment on Friday, 28th June 2024.
Added
N/A
Changed
- PATCH / Update Merchant fees Fixed minimum fee parameter has been added;
Note:
You can set up theminimum_fee
parameter in the Update merchant fees endpoint;
minimum_fee
is a FIXED positive value, by default is set up = 0.
If theminimum_fee
parameter is set, the merchant fee to be applied to a transaction with the associated parameters will be the maximum value between the minimum fee and the merchant fee calculated on transaction processing.
Theminimum_fee
currency will be reflected by theinput_currency
. - POST / Add a user to a Corporate entity The 400 status code respond has been adjusted, when passing invalid
user_uuid
, the expected error message should be: "Invalid user uuid"; - GET / Corporate's details The 401 status code respond has been adjusted, when the creation of corporate client is failing, the expected error message should be: "No corporate is available";
- GET / Corporate's details GET / Token preferences of a corporatePATCH / Update the token preferencesGET / An account statement The 401 status code has been changed to 404, when passing invalid
corporate_uuid
, the expected error message should be: "Invalid corp uuid"; - DELETE / Destination bank accountDELETE / Destination bank account The 400 status code has been added, the expected error message should be: "Body malformed";
Deprecated
N/A