added

API Release 1.26

API Release 1.26

Release DateStatus
October 19, 2021RELEASED

Features and Enhancements

Reject redemptions if cash available for withdrawal is less than or equal to fees

An error message will be returned and redemption will be rejected if cash available for withdrawal is less than or equal to fees.

Endpoint: {bo-url}}/back-office/funding/redemptions POST

{
 "errorCode": "Y075",
 "message": "The redemption amount is more than the cash available. Details: Available balance: 25.00, Fees: 25"
}