get https://api.instamojo.com/v2/resolutioncenter/cases//
This will fetch the details of a refund made on a payment on Instamojo.
Required token scope : "cases:read"
Response Fields
| Field Name | Possible Values | Description | 
|---|---|---|
| payment | * v2 link to payment object | v2 link to payment against which the refund is made | 
| resolution_status |  null FINI_CONC FINI_DENY FINI_WITH * FINI_INIT  | Describes the status of the refund. null => case is still not closed FINI_CONC => Refunded FINI_DENY => Case Resolved FINI_WITH => Cancelled * FINI_INIT => Case Closed  | 
| refunds['bank_reference_number'] | This is the reference number which is used to track status of refund. | |
| creator name | Name of the creator of the refund case. | 
