put
https://api.dev-taly.io/accounts/merchant/orders/refund
Failed Response sample if you sent a refund amount greater than final order amount:-
{
"status": "UNPROCESSABLE_ENTITY",
"message": "Order amount is less than the refund amount requested",
"errors": [
"Order amount is less than the refund amount requested"
],
"errorCode": "T607"
}
