---
title: "Get Collection Fees"
method: POST
path: "/collections/fees"
---

# Get Collection Fees

`POST /collections/fees`

## Request body

- object
  - `method` string — Options are: momo, bank
  - `currency` string — enter any currency
  - `amount` integer — Amount as a number

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `currency` string
    - `min_load_amount` string
    - `max_load_amount` string
    - `max_limit` string
    - `amount_available_to_load` string
    - `charges` string
    - `total_to_pay` string
    - `amount` string
    - `payment_method` string
    - `new_balance` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
