Refund
POST
/api/v0/payment/{transactionId}/refundRequest
The transaction id for which you want to initiate refund, this the successful transactionId generated post successful payment against transaction
The amount to be refunded.
Additional remarks or comments regarding the refund.
The unique identifier for the refund request.
{
"amount": 0,
"remarks": "string",
"requestId": "string"
}
Request samples
Responses
The amount associated with the transaction.
The mode of payment used for the transaction.
The code identifying the bank associated with the transaction.
The name of the bank associated with the transaction.
The currency in which the transaction amount is specified.
The current status of the transaction.
The unique identifier for the transaction.
Additional message or information related to the transaction.
The date when the transaction was initiated.
The unique identifier for the transaction.
The identifier provided by the bank for the transaction.