Issue global accounts for your customers and business
Create accounts in supported currencies and connect them to domestic and international payment rails through one integration.
From customer to active account.
Create the customer, complete the required checks and open the account through one integration.
- Create the customerSend the customer or business details.
- Verify and openComplete the required checks and create the eligible account.
- Start receiving moneyUse the account details and supported payment rails.

Open an account in one request.
Create and manage accounts through the same API your product already uses for the rest of the money flow.
POST /v1/accounts
{
"currency": "USD",
"type": "regular",
"customer_id": "cus_…",
"blockchain_network": "polygon"
}Accounts across supported currencies.
Give customers and businesses account details in the currencies available to their programme, with the payment rails supported in each market. Currency accounts are activated per customer.
Examples of supported account currencies
- USD accountsACH · Wire
- GBP accountsFaster Payments
- EUR accountsSEPA
Availability varies by market and programme. View coverage
Accounts for the way you operate.
The same infrastructure serves the accounts you issue to customers and the accounts your business runs on.
- For your customers
Issue eligible accounts inside your own product, each one tied to a customer you have verified.
- For your business
Create accounts for operations, treasury and money movement, on the same API and the same balances.
- Across markets
Connect supported account currencies to the banking rails available in each market.
The part a compliance team asks about.
Eligibility you can query, history you can read, events you can replay. None of it is a badge on a page.
- Eligibility
One call tells you, per customer and per country, exactly which requirements are outstanding before a currency account can be activated.
- Audit history
Every application carries its own history: what was submitted, when, and what changed at each step.
- Signed events
account.activated, account.frozen and every inflow arrive signed, with event_id as the dedupe key.
Where the account meets everything else.
Cards draw on it, collections settle into it, FX settles out of it, and payouts leave from it. One customer record throughout.
- CollectionsCard, bank transfer, local payment methods and stablecoin, across supported markets.
- FX and Trade DeskQuotes, spot trades and OTC orders that only a second person can release.
- Payments and payoutsOne transfer endpoint. The destination decides the rail.
- CardsVirtual and physical cards funded from a stablecoin balance.
- Stablecoin railsUSDC and USDT across five public networks, under everything else.