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

# POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-transfer-requirement

`POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-transfer-requirement`

Used to determine the 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

## Request body

- TransferwiseTransferRequirement
  - `recipient_id` string, required — The id of the target account.
  - `detail` TransferwiseRequirementField[] — The fields which were specified as "required" and have since been filled by the user. Always provide the full list.
    - `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.

## Response `200`

Used to determine the account requirements for Transferwise transfers.

- TransferwiseTransferRequirementCreate
  - `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)
