---
title: "Create an Iban account"
method: POST
path: "/customer/iban"
tags: ["customers"]
---

# Create an Iban account

`POST /customer/iban`

Create an Iban account for a given customer

## Headers

- `x-coinflow-auth-session-key` string, required

## Request body

- object
  - `merchantId` string, required
  - `data` IbanData, required
    - `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
    - `businessName` string
    - `firstName` string, required
    - `lastName` string, required
    - `country` string, required
    - `email` string

## Response `200`

Successful response

---

[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/revisions/3f6a046fbb34/schema)
