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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key for idempotent requests (UUID recommended)
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 Virtual bank account created