---
title: "Create EFT Account"
method: POST
path: "/withdraw/eft"
tags: ["withdraw"]
---

# Create EFT Account

`POST /withdraw/eft`

Creates an EFT account for a particular Canadian user or business.
Accepts raw Canadian bank details (institution number, transit number, account number).

## Headers

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

## Request body

- AddEftAccountArgs
  - `alias` string
  - `institutionNumber` string, required — Canadian 3-digit institution number
  - `transitNumber` string, required — Canadian 5-digit transit number
  - `accountNumber` string, required — Canadian bank account number (7-12 digits)
  - `type` 'checking' | 'savings', required
  - `firstName` string
  - `lastName` string
  - `name` string

## Response `200`

Token representing the new EFT account

- string

---

[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/7eea51c8775d/schema)
