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

# 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

- QuoteResponse
  - `fxSummaries` QuoteFxSummary[]
    - `rate` number, float, required
    - `invertedRate` number, float
    - `creationTime` string, date-time, required
    - `expiryTime` string, date-time
    - `quoteId` string, uuid, required
    - `totalSourceAmount` integer, required
    - `totalPaymentAmount` integer, required
    - `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` 'UNFUNDED' | 'INSTRUCTED' | 'FUNDED', required
    - `status` 'UNQUOTED' | 'QUOTED' | 'EXPIRED' | 'EXECUTED' | 'REJECTED', required

## Other responses

- `404` — Resource not found
- `409` — The request contained data that would reult in a duplicate value

## Changes

- **2020-01-28** `1b2abf26b5d6` — 5 info
  - api operation id `v3PayoutsPayoutIdQuotePost` removed and replaced with ``
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `409`
  - the `fxSummaries/items/paymentCurrency` response's property pattern `^[A-Z]{3}$` was added for the status `200`
  - …1 more
- **2020-01-14** `4c775e036f84` — 1 info
  - api operation id `v3PayoutsPayoutIdQuotePost` was added
- **2019-10-17** `f27462c28e5f` — 8 warning, 2 info
  - added the new `EXECUTED` enum value to the `fxSummaries/items/status` response property for the response status `200`
  - added the new `EXPIRED` enum value to the `fxSummaries/items/status` response property for the response status `200`
  - added the new `FUNDED` enum value to the `fxSummaries/items/fundingStatus` response property for the response status `200`
  - added the new `INSTRUCTED` enum value to the `fxSummaries/items/fundingStatus` response property for the response status `200`
  - …6 more
- **2019-07-16** `02b01d19d9e3` — 2 breaking
  - the `fxSummaries/items/invertedRate` response's property format changed from `decimal` to `float` for status `200`
  - the `fxSummaries/items/rate` response's property format changed from `decimal` to `float` for status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v3/payouts/:payoutId/quote/post.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/revisions/1b2abf26b5d6?raw)
