Eversend
PlatformAPIsVirtual accounts
// api · virtual accounts

Virtual accounts, as an API

The short answer

Create managed accounts for your users through one API: balances in up to 16 currencies, held and settled under your brand, with payouts, collections and FX attached to each account. Your users hold money; you never build a ledger, licence stack or liquidity desk.

99.8% uptime · 16 currencies · under your brand
accounts · create201 Created
POST /v1/accounts
"user": "usr_8841",
"currency": "KES"
→ managed account, under your brand
{ "id": "acc_2p9x", "balance": 0 }
16
Currencies per user
managed balances · one API
18
Countries to pay out to
payouts attach to each account
1
Integration for the money stack
accounts · payouts · collections · FX
99.8%
API uptime
trailing 12 months · status.eversend.co
// what this is

The balance layer of your product, managed.

Every fintech eventually needs users to hold money, and holding money is the hard part: ledgers, licences, reconciliation, FX. Managed accounts put that on our side of the API, while your brand stays on the front.

Each account holds balances, receives collections, sends payouts and converts currencies with the same calls as the rest of the platform.

Balancesup to 16 currencies per user
Attachedpayouts · collections · FX per account
Brandingyour product front, our rails underneath
Regulatory surfacelicensed rails on our side of the API
Status eventswebhooks per account and transaction
// the integration

An account is one call. The rest is attached.

Create an account per user, then reuse every other endpoint against it: fund it, collect into it, convert inside it, pay out from it.

request
$ curl https://api.eversend.co/v1/accounts \
-H "Authorization: Bearer sk_live_..." \
-d user=usr_8841 \
-d currency=KES
response201 Created
{ "id": "acc_2p9x",
"user": "usr_8841",
"currency": "KES", "balance": 0,
"created": true }
// fees

Transactions priced like everywhere else.

Account activity uses the same published schedule as the rest of the platform: payout fees per market, FX on the quote, collections per rail.

Payout from an account · KESKSh 70flat, per payout
FX inside an accounton the quoterate holds until the quote expires
rendered from the fee source of truth · full per-market table on the pricing page
01
Get sandbox keys
Self-serve, in minutes. Real API, test money.
02
Create test accounts
Fund, convert and pay out against sandbox users.
03
Go live
Compliance review, then production keys.
Get API keys