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"
}
Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!