---
title: "List fees"
method: GET
path: "/payments/{id}/fees"
tags: ["Payments"]
---

# List fees

`GET /payments/{id}/fees`

Returns the list of fees associated with a specific payment, including platform fees and processing fees.

Required permissions:
 - `payment:basic:read`

## Path parameters

- `id` string, required

## Query parameters

- `after` string, nullable — Returns the elements in the list that come after the specified cursor.
- `before` string, nullable — Returns the elements in the list that come before the specified cursor.
- `first` integer, nullable — Returns the first _n_ elements from the list.
- `last` integer, nullable — Returns the last _n_ elements from the list.

## Response `200`

A successful response

- object — The connection type for Fee.
  - `data` object[], required — A list of nodes.
    - `amount` number, required — The value or amount to display for the fee.
    - `currency` 'usd' | 'sgd' | 'inr' | 'aud' | 'brl' | 'cad' | 'dkk' | 'eur' | 'nok' | 'gbp' | 'sek' | 'chf' | 'hkd' | 'huf' | 'jpy' | 'mxn' | 'myr' | 'pln' | 'czk' | 'nzd' | 'aed' | 'eth' | 'ape' | 'cop' | 'ron' | 'thb' | 'bgn' | 'idr' | 'dop' | 'php' | 'try' | 'krw' | 'twd' | 'vnd' | 'pkr' | 'clp' | 'uyu' | 'ars' | 'zar' | 'dzd' | 'tnd' | 'mad' | 'kes' | 'kwd' | 'jod' | 'all' | 'xcd' | 'amd' | 'bsd' | 'bhd' | 'bob' | 'bam' | 'khr' | 'crc' | 'xof' | 'egp' | 'etb' | 'gmd' | 'ghs' | 'gtq' | 'gyd' | 'ils' | 'jmd' | 'mop' | 'mga' | 'mur' | 'mdl' | 'mnt' | 'nad' | 'ngn' | 'mkd' | 'omr' | 'pyg' | 'pen' | 'qar' | 'rwf' | 'sar' | 'rsd' | 'lkr' | 'tzs' | 'ttd' | 'uzs' | 'rub' | 'btc' | 'cny' | 'usdt' | 'kzt' | 'awg' | 'whop_usd' | 'xau', required — The available currencies on the platform
    - `name` string, required — The label to display for the fee.
    - `type` 'stripe_domestic_processing_fee' | 'stripe_international_processing_fee' | 'stripe_fixed_processing_fee' | 'stripe_billing_fee' | 'stripe_radar_fee' | 'sales_tax_remittance' | 'sales_tax_remittance_reversal' | 'stripe_sales_tax_fee' | 'whop_processing_fee' | 'marketplace_affiliate_fee' | 'affiliate_fee' | 'crypto_fee' | 'stripe_standard_processing_fee' | 'paypal_fee' | 'stripe_payout_fee' | 'dispute_fee' | 'dispute_alert_fee' | 'apple_processing_fee' | 'buyer_fee' | 'sezzle_processing_fee' | 'splitit_processing_fee' | 'platform_balance_processing_fee' | 'payment_processing_percentage_fee' | 'payment_processing_fixed_fee' | 'cross_border_percentage_fee' | 'fx_percentage_fee' | 'orchestration_percentage_fee' | 'three_ds_fixed_fee' | 'billing_percentage_fee' | 'revshare_percentage_fee' | 'application_fee' | 'high_risk_merchant_fee', required — The origin of the specific fee
  - `page_info` PageInfo, required — Information about pagination in a connection.
    - `end_cursor` string, nullable, required — When paginating forwards, the cursor to continue.
    - `has_next_page` boolean, required — When paginating forwards, are there more items?
    - `has_previous_page` boolean, required — When paginating backwards, are there more items?
    - `start_cursor` string, nullable, required — When paginating backwards, the cursor to continue.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

---

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