---
title: "List All Charges"
method: GET
path: "/v1/charges"
---

# List All Charges

`GET /v1/charges`

This API returns a list of charges that were created. The list is sorted by ‘creation date’ with the most recent charges appearing first.

## Request body

- object
  - `limit` integer — A number that represents the number of charges per page.
  - `page` integer — A number that represents the current page.

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `real_id` integer
    - `amount` integer
    - `amount_refunded` integer
    - `amount_captured` integer
    - `amount_voided` integer
    - `payarc_fees` integer
    - `type` string
    - `net_amount` integer
    - `captured` integer
    - `is_refunded` integer
    - `status` string
    - `auth_code` string
    - `failure_code` unknown
    - `failure_message` unknown
    - `charge_description` string
    - `invoice` unknown
    - `under_review` integer
    - `created_at` string
    - `updated_at` string
    - `refund` object
      - `data` unknown[]
        - unknown
    - `card` object
      - `data` object
        - `object` string
        - `id` string
        - `address1` string
        - `address2` string
        - `real_id` integer
        - `card_holder_name` string
        - `is_default` integer
        - `exp_month` string
        - `exp_year` string
        - `fingerprint` string
        - `city` unknown
        - `state` string
        - `zip` string
        - `brand` string
        - `last4digit` string
        - `first6digit` integer
        - `country` string
        - `avs_status` string
        - `cvc_status` string
        - `address_check_passed` integer
        - `zip_check_passed` integer
        - `customer_id` string
        - `created_at` object
          - `date` string
          - `timezone_type` integer
          - `timezone` string
        - `updated_at` object
          - `date` string
          - `timezone_type` integer
          - `timezone` string
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `next` string

## 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)
