> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/refunds/retrieve-list-of-refund.md).

# Retrieve list of Refund

## Method and URL

<mark style="color:green;">`GET`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/v1/refunds

## Response

**Response Body**

```json
{
  "code": "00",
  "message": "Success",
  "data": [
    {
      "id": "01990e74-5bc9-79a5-a651-400af0ad13ef",
      "clientReferenceId": "1755665477",
      "paymentSessionId": "44a14481-fa75-49a5-b17f-d03d8c5d52a6",
      "chargeId": "110eb890-d238-4212-aedc-533a8c77a53e",
      "capturedAmount": {
        "currency": "IDR",
        "value": "10000.00"
      },
      "isFullAmount": true,
      "amount": {
        "currency": "IDR",
        "value": "10000.00"
      },
      "status": "SUCCESS",
      "reason": "REQUESTED_BY_CUSTOMER",
      "description": "Customer didn't receive the Product",
      "destinationType": "CHANNEL",
      "method": "AUTO",
      "transferDestination": {
        "channelCode": "BCA",
        "channelInformation": {
          "accountNumber": "17677665415",
          "accountName": "Reforza Jordan Geotama"
        },
        "description": "Refund Pivot"
      },
      "metadata": {
        "notes": "Customer called support"
      },
      "createdAt": "2025-09-03T07:22:11Z",
      "updatedAt": "2025-09-03T07:22:13Z"
    },
    {
      "id": "01990e4f-bb8d-7e3d-ba3f-463176c925e8",
      "clientReferenceId": "1755054798",
      "paymentSessionId": "edb4e7c4-7842-4ec6-831a-f85c5bbdf3a4",
      "chargeId": "4f5eebdd-00ba-4202-b6ed-7056c1865f2d",
      "capturedAmount": {
        "currency": "IDR",
        "value": "10000.00"
      },
      "isFullAmount": false,
      "amount": {
        "currency": "IDR",
        "value": "500.00"
      },
      "status": "SUCCESS",
      "reason": "REQUESTED_BY_CUSTOMER",
      "description": "Refund due to duplicate transaction",
      "destinationType": "ACCOUNT",
      "method": "AUTO",
      "transferDestination": {
        "channelCode": "BCA",
        "channelInformation": {
          "accountNumber": "17677665415",
          "accountName": "Reforza Jordan Geotama"
        },
        "description": "Reforza Pivot"
      },
      "metadata": {
        "notes": "Customer called support"
      },
      "createdAt": "2025-09-03T06:42:10Z",
      "updatedAt": "2025-09-03T06:42:13Z"
    }
  ],
  "pagination": {
    "page": 1,
    "perPage": 10,
    "totalItems": 47,
    "totalPages": 5
  }
}
```

**Detail Parameter Response**

<table><thead><tr><th width="216.1484375">Parameter</th><th width="117.94921875">Data Type</th><th width="128.16796875">Requirement</th><th>Description</th></tr></thead><tbody><tr><td>Refund</td><td>Array of Object</td><td>M</td><td><a data-mention href="/pages/WnR1nhAhT0SbDRPeWHEM">/pages/WnR1nhAhT0SbDRPeWHEM</a></td></tr><tr><td>pagination</td><td>Object</td><td>M</td><td><a data-mention href="/pages/26jTesCmqwwSXkJaVf9X">/pages/26jTesCmqwwSXkJaVf9X</a></td></tr></tbody></table>
