Skip to main content
Use this endpoint to retrieve a list of reversals made for a transfer.

Request

Curl

Response

Success

Parameters

id mandatory : string Unique identifier of the transfer.

Parameters

id : string The unique identifier of the reversal. entity : string The name of the entity. Here, it is reversal. transfer_id : string The unique identifier of the transfer that was reversed. amount : integer The amount that was reversed, in paise. currency : string ISO currency code. We support route reversals only in INR. initiator_id : string The unique identifier of the merchant (MID). created_at : integer Timestamp in Unix. This indicates the time at which the reversal was created.

Errors

The API key/secret provided is invalid.
  • code: 4xx
  • description: This 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.