All designs
Example design. Not a real business, and not work delivered for a customer. Every name, quote, logo and figure in it is placeholder filler. Available under One Page (EUR 795 excl. VAT, EUR 961,95 incl.) and Basic (EUR 1.450 excl. VAT, EUR 1.754,50 incl.). See what each package includes.
Restyling is Basic, priced above. One Page is the design as it ships, in Signal blue. These are worked examples, and your own colours go in the same way.
Every arrangement here is a standard layout, and the controls in it work. Both are One Page.
Shown still, which is how it ships under One Page and Basic. Motion and scroll animation belong to Premium (EUR 7.500 excl. VAT, EUR 9.075,00 incl.), an original design and not a design from this library.

Accounts, payments and treasury
behind one API

The pieces a financial product needs on day one, without a separate integration for each of them.

See the platform Read the API
Dashboard Sample data
Balance
€4.2M
Transactions
€14,293
Settled
€892K
Accounts
€2,847

Platform

Four pieces

Two across One a row Code full width

Multi-currency accounts

Hold and settle in forty currencies.

Payments

Transfers and cards through one endpoint.

Treasury

Cash sweeping and liquidity in view.

Fraud scoring

A score on every transaction.

Security

How the money is held

🛡

Encrypted end to end

Encrypted at rest and in transit, with keys held apart from the data.

Roles and audit trail

Per role permissions, single sign on, and an entry for every action taken.

🔒

Nothing implicit

Every request is authenticated and logged, including the ones from inside.

Recovery to a point in time

Backups in more than one region, restorable to a chosen moment.

API

One call, one payment

REST and GraphQL, client libraries for four languages, idempotency keys on every write, and a sandbox that behaves like the real thing.

POST /v1/payments
curl -X POST https://api.vault.example/v1/payments \
  -H "Authorization: Bearer ..." \
  -d '{"amount": 5000,
     "currency": "eur",
     "destination": "acct_1a2b3c"}'
// 201 Created
{ "id": "pay_9x8y7z", "status": "processing" }

Start in the sandbox

Keys in a minute, real responses, and no money moving until you say so.

Read the API