---
title: "Get the Trustap fee for a transaction"
method: GET
path: "/v2/fees"
tags: ["Payment"]
---

# Get the Trustap fee for a transaction

`GET /v2/fees`

This returns the Trustap fee, in the `currency`'s smallest unit,
for a transaction involving goods with the supplied `amount`. See
[the Stripe
documentation](https://stripe.com/docs/currencies#zero-decimal)
for more details.

## Query parameters

- `currency` string, currency, required
- `amount` integer, required
- `amount_extra` integer
- `amount_postage` integer
- `payment_method` string
- `fees_config` integer

## Response `200`

OK

- V2TransactionsFees
  - `buyer` integer, required
  - `config` integer, required
  - `seller` integer, required

## Other responses

- `400` — Bad Request

---

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