Route
Fetch Reversals for a Transfer
Fetch Reversals for a Transfer using the Razorpay API.
GET
Available in🇮🇳 India🇸🇬 Singapore🇺🇸 United States
Use this endpoint to retrieve a list of reversals made for a transfer.
Path Parameters
string
required
Unique identifier of the transfer.
Response Parameters
string
The unique identifier of the reversal.
string
The name of the entity. Here, it is
reversal.string
The unique identifier of the transfer that was reversed.
integer
The amount that was reversed, in paise.
string
ISO currency code. We support route reversals only in INR.
string
The unique identifier of the merchant (MID).
integer
Timestamp in Unix. This indicates the time at which the reversal was created.
Errors
The API key/secret provided is invalid.
The API key/secret provided is invalid.
Code:
4xxThis error occurs when there is a mismatch between the API credentials passed in the API call and the API credentials generated on the Dashboard.Solution: Make sure the API Keys are active and entered correctly. Also, there should not be any whitespaces before or after the keys.