---
title: "Get a quotation"
method: GET
path: "/open-api/v3/payment/quotations"
tags: ["Payouts"]
---

# Get a quotation

`GET /open-api/v3/payment/quotations`

Retrieves a quotation including the transaction rate, associated fees, and relevant timestamps.

## Query parameters

- `accountId` string, required — The UUID of the account.
- `payeeId` string, required — Payee id.
- `fromCurrency` 'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR', required — From currency.
- `feeMethod` 'OUR' | 'SHA', required — Handling fee bearing method: - OUR: The payer bears all fees, and the beneficiary receives the full amount. - SHA: The payer and the beneficiary share the fees. The beneficiary will receive the amount minus the beneficiary bank's charges. Note: This field is mandatory for SWIFT transfers.

## Response `200`

OK

- QuotationRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` Quotation, required — Data
    - `id` string, required — Unique ID generated for the entity.
    - `rate` string, required — Transaction rate.
    - `fees` PayoutMoneyBO[]
      - `currency` string, required — Currency code for the amount.
      - `amount` string, required — Magnitude of the amount, in units of the currency, with a .
      - `feeType` 0, required — Specifies the handling fee charged for the transaction. 0: This field represents the handling fee charged by the platform for processing the transaction.
    - `expirationTime` string, timestamp, required — Quotation expiration time.
    - `createTime` string, timestamp, required — Quotation create time.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
