---
title: "Calculate Fee on Checkout"
method: POST
path: "/checkout/data/fees"
---

# Calculate Fee on Checkout

`POST /checkout/data/fees`

This endpoint can be used to calculate fees on checkout

## Headers

- `x-business-id` string, required
- `api-key` string, required

## Request body

- object
  - `currency` 'NGN' | 'KES' | 'GHS' | 'UGX' | 'XOF' | 'XAF', required — The currency type required for the transaction on checkout
  - `type` 'mobile_money' | 'card' | 'bank_transfer' | 'payattitude', required — payment type e.g mobile_money, card, bank_transfer, payattitude. NOTE: (i) NGN does not work with mobile_money payment type. (ii) payattitude payment type only applies to NGN
  - `amount` integer, required — The amount to be paid on checkout

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
