List of Possible Refund Errors
Error Response
Error Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sometimes when you try to process a refund request, it fails to get processed and you may encounter BAD_REQUEST_ERROR messages stating refunds are not supported. This happens because most of the banks do not support refunds for payments that are more than 6 months old.
{
"error": {
"code": "BAD_REQUEST_ERROR",
"description": "Refund is not supported by the bank because the payment is more than 6 months old",
"source": null,
"step": null,
"reason": null,
"metadata": {}
}
}
{
"error": {
"code": "BAD_REQUEST_ERROR",
"description": "Payment is more than 6 months old, only instant refund is supported",
"source": null,
"step": null,
"reason": null,
"metadata": {}
}
}
Was this page helpful?