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

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

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

Used to determine the recipient account requirements for Transferwise transfers.

## 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 determine the recipient account requirements for Transferwise transfers.

- TransferwiseAccountRequirementListing[]
  - `type` string — A possible recipient account type.
  - `label` string — The label of the possible recipient account type to show to the user.
  - `fields` TransferwiseRequirementField[] — The fields which the user needs to fill.
    - `key` string, required — The name of the required field.
    - `value` string, required — The value of the required field.
    - `name` string — The descriptive label of the field.
    - `group` TransferwiseRequirementFieldGroup
      - `key` string — The key of the field. This is the value to send as input.
      - `type` string — The field's input type: "text", "select" or "radio".
      - `name` string — The field name.
      - `refresh_requirements_on_change` boolean — Indicates that any changes in this field affect the requirements, if this field is changed, the requirements endpoint must be called again to recheck if there are any additional requirements.
      - `required` boolean — Whether or not the field is required.
      - `display_format` string — Formatting mask to guide user input.
      - `example` string — An example value for this field.
      - `min_length` string — The minimum length of the field's value.
      - `max_length` string — The maximum length of the field's value.
      - `validation_regexp` string — A regular expression which may be used to validate the user input.
      - `validation_async` TransferwiseRequirementFieldGroupValidationAsync
        - `url` string — The url to be used to validate user input.
        - `params` TransferwiseRequirementFieldGroupValidationAsyncParams
          - `key` string — The parameter key.
          - `parameter_name` string — The parameter label.
          - `required` boolean — Shows whether the parameter is required or not.
      - `values_allowed` TransferwiseRequirementFieldGroupValuesAllowed
        - `key` string — The key.
        - `name` string — The label.

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