---
title: "Create a quote for the payout"
method: POST
path: "/v3/payouts/{payoutId}/quote"
tags: ["Payouts"]
---

# Create a quote for the payout

`POST /v3/payouts/{payoutId}/quote`

Create quote for a payout

## Path parameters

- `payoutId` string, uuid, required

## Response `200`

Quote for payout

- QuoteResponseV3
  - `fxSummaries` QuoteFxSummaryV3[]
    - `rate` number, float, required — The conversion rate (from the source currency to the payment currency)
    - `invertedRate` number, float — The inverse conversion rate (from paymnent currency to source currency)
    - `creationTime` string, date-time, required — Timestamp of when the quote was created
    - `expiryTime` string, date-time — The timestamp for when the quote will expire
    - `quoteId` string, uuid, required — The id of the created quote
    - `totalSourceAmount` integer, required — The amount (in minor units) that will be paid from the source account
    - `totalPaymentAmount` integer, required — The amount (in minor units) that the payee will receive
    - `sourceCurrency` string, required — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
    - `paymentCurrency` string, required — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
    - `fundingStatus` string, required — Current status of the funding associated with this quote. One of the following values: UNFUNDED, INSTRUCTED, FUNDED
    - `status` string, required — Current status of the fx quote. One of the following values: UNQUOTED, QUOTED, EXPIRED, EXECUTED, REJECTED

## Other responses

- `404` — The resource was not found or is no longer available
- `409` — The request contained data that would result in a duplicate value

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
