---
title: "Fee Preview"
method: GET
path: "/api/v1/recharge/fee-preview"
tags: ["recharge"]
---

# Fee Preview

`GET /api/v1/recharge/fee-preview`

Preview fee for a recharge amount without creating an order.

## Query parameters

- `amount` number, required — Recharge amount
- `payment_method` string — Payment method
- `language` string — User language

## Response `200`

Successful Response

- FeePreviewResponse
  - `success` boolean, required
  - `provider` string
  - `currency` string
  - `recharge_amount` number
  - `fee_rate_desc` string
  - `fee_amount` number
  - `total_amount` number
  - `fee_absorbed` boolean
  - `message` string
  - `pay_currency` string
  - `pay_amount` number
  - `pay_rate` number

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
