---
title: "POST /user/{userID}/transferwise-quote"
method: POST
path: "/user/{userID}/transferwise-quote"
tags: ["transferwise-quote"]
---

# POST /user/{userID}/transferwise-quote

`POST /user/{userID}/transferwise-quote`

Used to get quotes from Transferwise. These can be used to initiate payments.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- TransferwiseQuote
  - `currency_source` string, required — The source currency.
  - `currency_target` string, required — The target currency.
  - `amount_source` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `amount_target` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `id` integer — The id of the quote.
  - `created` string — The timestamp of the quote's creation.
  - `updated` string — The timestamp of the quote's last update.
  - `time_expiry` string — The expiration timestamp of the quote.
  - `quote_id` string — The quote id Transferwise needs.
  - `amount_fee` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `rate` string — The rate.
  - `time_delivery_estimate` string — The estimated delivery time.

## Response `200`

Used to get quotes from Transferwise. These can be used to initiate payments.

- TransferwiseQuoteCreate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
