Create EFT Account

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

Authentication

x-coinflow-auth-user-idstring
The external identifier of the end user - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key
Authorizationstring
The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key
OR
x-coinflow-auth-walletstring
The web3 wallet of the end user - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key
x-coinflow-auth-blockchainstring
The blockchain associated with the end user - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key
Authorizationstring
The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key

Request

This endpoint expects an object.
institutionNumberstringRequiredformat: "^\d{3}$"

Canadian 3-digit institution number

transitNumberstringRequiredformat: "^\d{5}$"

Canadian 5-digit transit number

accountNumberstringRequiredformat: "^\d{7,12}$"

Canadian bank account number (7-12 digits)

typeenumRequired
aliasstringOptional
firstNamestringOptional
lastNamestringOptional
namestringOptional

Response

Token representing the new EFT account