---
title: "Calculate card payment fees"
method: POST
path: "/checkout/v1/payment-methods/{card_id}/fees"
tags: ["Checkout"]
---

# Calculate card payment fees

`POST /checkout/v1/payment-methods/{card_id}/fees`

Calculate payment fees for a specific card payment method using checkout token

## Path parameters

- `card_id` string, required

## Request body

- CheckoutGetCardPaymentFeesRequest — Request body for calculating card payment fees
  - `amount` string
  - `currency` 'USD' | 'CAD'

## Response `200`

OK

- CheckoutGetCardPaymentFeesResponse — Response containing calculated payment fees for card payments
  - `fee_percentage_for_customer` string
  - `fee_percentage_for_partner` string
  - `fixed_fee_amount_customer` string
  - `fixed_fee_amount_partner` string
  - `relative_fee_amount_customer` string
  - `relative_fee_amount_partner` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
