---
title: "List Charges"
method: GET
path: "/charges"
tags: ["Charges"]
---

# List Charges

`GET /charges`

Retrieve an ordered and paginated list of **Charges**.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- Charges
  - `charges` Charge[]
    - `id` string
    - `name` string
    - `custom_descriptor` string
    - `custom_data` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `state` string
    - `buyer_fees` integer
    - `seller_fees` integer
    - `credit_card_fee` integer
    - `status` integer
    - `amount` integer
    - `dynamic_descriptor` string
    - `account_id` string, uuid
    - `account_type` string
    - `promisepay_fee` integer
    - `currency` string
    - `payment_method` string
    - `buyer_name` string
    - `buyer_email` string, email
    - `buyer_zip` string
    - `buyer_country` string
    - `seller_name` string
    - `seller_email` string, email
    - `seller_zip` string
    - `seller_country` string
    - `related` object
      - `buyers` string
      - `sellers` string
    - `links` object
      - `self` string
      - `buyers` string
      - `sellers` string
      - `status` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
