For developers

One API.
Weeks to launch. Not years.

Everything you need to collect in Europe and pay out in 130 countries. RESTful API, sandbox access, and real humans on integration support.

Built for builders

What you get

Collections API

Accept funds across 33 EEA countries — SEPA, SEPA Instant, and cards.

Payouts API

300+ payer integrations: bank deposit, wallets, cash pickup, mobile top-up.

FX & Treasury

Competitive rates, real-time quoting, and guaranteed liquidity.

Compliance built in

KYC/KYB, screening, and monitoring handled on our rails.

Webhooks

Real-time status on every transaction event.

White-label app

Don't want to build a front end? Take ours, brand it yours.

In your toolkit

RESTful API Sandbox environment Webhooks SEPA & SEPA Instant OAuth 2.0 Idempotency keys Test & live keys Real integration support RESTful API Sandbox environment Webhooks SEPA & SEPA Instant OAuth 2.0 Idempotency keys Test & live keys Real integration support
Onboarding

Integration timeline

From kickoff to go-live in weeks, not years.

1
Week 1

Sandbox access + technical kickoff

2
Weeks 2–4

Integration + certification testing

3
Weeks 4–6

Compliance onboarding in parallel

Go-live

Typically 45 days from contract signature

Sample request

One call, end to end.

Send from EUR, pay out to a bank account in Brazil — a single request to the API.

transaction.json
POST /v1/transactions
{
  "source_currency":      "EUR",
  "destination_country":  "BR",
  "payout_method":        "bank_deposit",
  "amount":               500.00
}

// 201 Created
{
  "id":       "txn_5c1e07a9",
  "status":   "processing",
  "amount":   500.00,
  "currency": "EUR"
}