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

# GET /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient

`GET /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient`

Used to manage recipient accounts with Transferwise.

## Path parameters

- `userID` integer, required
- `transferwise-quoteID` 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

## Response `200`

Used to manage recipient accounts with Transferwise.

- TransferwiseAccountQuoteListing[]
  - `account_id` string — Transferwise's id of the account.
  - `currency` string — The currency the account.
  - `country` string — The country of the account.
  - `name_account_holder` string — The name of the account holder.
  - `account_number` string — The account number.
  - `bank_code` string — The bank code.

## 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)
