---
title: "List Chargebacks"
method: GET
path: "/api/{account}/chargebacks"
tags: ["Chargebacks"]
---

# List Chargebacks

`GET /api/{account}/chargebacks`

Retrieve a list of chargebacks within a specified date range. Possible statuses are `loading`, `done`, `undo`.

## Query parameters

- `start_date` string — The start date for the chargebacks. Keep empty to get all.
- `end_date` string — The end date for the chargebacks. Keep empty to get all.
- `limit` string, nullable — Number of chargebacks to return (1-100). Default = 10
- `offset` string, nullable — Number of chargebacks to skip, used for pagination.

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `createdAt` string
      - `paymentType` string
      - `payment` object
        - `amount` number
        - `vatAmount` integer
        - `taxAmount` integer
        - `mediaTaxAmount` integer
        - `net` number
        - `fee` integer
        - `createdAt` string
        - `currency` string
        - `description` string
        - `status` string
        - `user` object
          - `view` string
          - `id` integer
          - `name` string
          - `username` string
          - `isVerified` boolean
          - `avatar` string, nullable
          - `avatarThumbs` string, nullable
        - `payoutPendingDays` integer
        - `id` string
    - `marker` integer
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
