---
title: "Create Iban Account"
method: POST
path: "/withdraw/iban"
tags: ["withdraw"]
---

# Create Iban Account

`POST /withdraw/iban`

Creates an Iban account for a particular user

## Headers

- `x-coinflow-auth-user-id` string, required

## Request body

- IbanAccountData
  - `number` string, required — The IBAN number or in the case of the UK the 8-digit account number
  - `sortCode` string — Only used for the UK, the 6-digit sort code
  - `bic` string — Only used for the Sepa, the bank identifier code - required when requested
  - `accountHolder` string — The account holder name registered with the bank - required when requested (e.g. when a Verification of Payee check needs the exact name)
  - `alias` string

## Response `200`

Token representing the new Iban account

- string

## Other responses

- `426` — BIC required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
