---
title: "List All Refunds"
method: GET
path: "/v1/refunds"
---

# List All Refunds

`GET /v1/refunds`

This API provides list of all refunds that were created.

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `refund_amount` integer
    - `currency` string
    - `status` string
    - `reason` string
    - `description` string
    - `email` unknown
    - `receipt_phone` unknown
    - `charge_id` string
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown

## Other responses

- `401` — 401

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
