---
title: "Create transfer quote"
method: POST
path: "/ledger/cash-payments/quotes"
tags: ["ledger-payments"]
---

# Create transfer quote

`POST /ledger/cash-payments/quotes`

Create quote for cash payment

## Request body

- CreateTransferQuoteRequest
  - `payoutCurrency` string, required — Currency of the payout to the beneficiary.
  - `accountCurrency` string, required — Currency of the account to be debited.
  - `amount` number, required
  - `unitCurrency` string — Should be same as one of payout or account currencies. Defaults to account currency if not provided.

## Response `200`

Quote created

- CashPaymentQuote
  - `id` string, uuid, required — Unique identifier for the transfer quote.
  - `accountCurrency` string, required — Currency of the account to be debited.
  - `payoutCurrency` string, required — Currency of the payout to the beneficiary.
  - `rate` number, required — Exchange rate applied for this quote
  - `minimumAmount` number, required — Minimum amount allowed for this quote
  - `maximumAmount` number, required — Maximum amount allowed for this quote
  - `minimumPayoutAmount` number — Minimum payout amount allowed for this quote
  - `maximumPayoutAmount` number — Maximum payout amount allowed for this quote
  - `expiresAt` string, date-time, required — Timestamp field.

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
