---
title: "Estimate the fee for an outbound payment"
method: GET
path: "/v1/accounts/{account_id}/payments/estimate-fee/{amount}"
tags: ["Payments"]
---

# Estimate the fee for an outbound payment

`GET /v1/accounts/{account_id}/payments/estimate-fee/{amount}`

Estimate the fee for an outbound payment

## Path parameters

- `account_id` string, uuid, required
- `amount` integer, required

## Response `200`

Request to estimate fee has been successful

- EstimateFeeResponse
  - `account_id` string, uuid, required
  - `amount_with_fee` integer, required
  - `currency` 'AED' | 'USD' | 'JOD' | 'EGP' | 'SAR' | 'GBP' | 'EUR' | 'HKD' | 'CNH' | 'SGD', required
  - `estimated_at` string, date-time, required
  - `fee_amount` integer, required
  - `instructed_amount` integer, required

## Other responses

- `400` — Unable to complete request with data provided
- `404` — Account not found

---

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