For platforms that provide financial services to their own clients. Onboard individuals or companies, open accounts for them, and operate those client accounts.
Bank Client API
For organizations that work with their own Framnex accounts. Read account data, request exchange rates, create outgoing transfers, and manage transfer documents.
Use the BaaS API when your product serves clients of its own. A client can be an individual or a company. Your integration creates the client in Framnex and opens one or more accounts for that client.With the BaaS API, you can:
onboard a client;
open, list, and retrieve client accounts;
request an exchange rate between accounts;
create and track outgoing transfers;
register a webhook URL and inspect or retry webhook deliveries.
Start with POST /baas/Clients, then open an account with POST /baas/Accounts.
Use the Bank Client API when your organization is the Framnex client and operates its own accounts. This API does not onboard your clients or open accounts for them.With the Bank Client API, you can:
list and retrieve your organization's accounts;
request an exchange rate between accounts;
create and track outgoing transfers;
upload, list, and download transfer documents;
register a webhook URL and inspect or retry webhook deliveries.
Start by listing your accounts with GET /integration/accounts.