Creates a virtual bank account for the specified account.
The client provides a display name, the fiat currency to receive (inCurrency), and the target cryptocurrency for conversion. The backend will provision the appropriate bank account based on the currency.
Release 1: Only EUR (EUR_SEPA) is supported.
Future releases: USD_WIRE, USD_ACH, USD_SWIFT, GBP_FPS, GBP_CHAPS, and other payment rails.
Documentation Index
Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 client credentials flow. Token endpoints:
Request to create a virtual bank account. The backend provisions the appropriate bank account type based on the inCurrency (e.g., EUR creates a EUR_SEPA account).
Display name for the bank account
255Fiat currency to receive. Determines the bank account type (e.g., EUR -> EUR_SEPA)
EUR, GBP, USD Cryptocurrency to convert incoming fiat payments to
USDC, EURC, USDT Unique key to prevent duplicate operations on retry
255Virtual bank account created