Use this flow to request an account for an active BaaS client and wait until the account is ready.Before you start#
a Framnex client identifier;
a stable account identifier from your own system;
The client must already be Active. If you have not created the client yet, complete Onboard a client first.1. Create the account#
The BaaS API accepts your own stable account identifier together with the Framnex client identifier and currency.See the generated API reference for the current request and response schema:2. Store the Framnex account identifier#
A successful response contains the Framnex account identifier. Keep it together with your own externalId and client mapping.3. Wait for the account to open#
Account opening is asynchronous. Retrieve the account until its state becomes Opened, or process the corresponding webhook event.Do not start a money movement flow with an account that has not reached the required ready state.4. Continue with money movement#
After the account is open, you can use the supported exchange-rate and transfer flows. Before production transfers, configure webhooks so your system can process asynchronous state changes.Continue with Create an outgoing transfer and Handle webhooks in the Guides folder. Modified at 2026-09-26 19:16:50