Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useveil.co/llms.txt

Use this file to discover all available pages before exploring further.

Bank accounts are the payout destinations for offramps. See Bank accounts for the full concept.

List bank accounts

veil bank-accounts list
Prints one line per account: ID, type, currency, holder name, account suffix, verification status, and whether it is the primary account.

Add a bank account

veil bank-accounts add
Launches an interactive form. The CLI prompts for account type first, then asks for the fields required by that rail:
TypeCurrencyRequired fields
SEPAEURIBAN, optional BIC
ACHUSDRouting number, account number, account type, address, payment purpose
FedwireUSDRouting number, account number, address, payment purpose
SWIFTMultiSWIFT/BIC code, account number, optional IBAN, payment purpose
UK localGBPSort code, account number, bank name, holder type, payment purpose
After saving, the CLI asks if you want to set the new account as primary.
veil bank-accounts add requires an interactive terminal. In non-TTY environments (CI, scripts), use the dashboard to add accounts instead.

See also

  • Bank accounts — primary vs. per-wallet defaults, security hold