R RummoPay
Developers

One API for accounts, FX & payouts.

Create accounts, quote and book exchanges, and send payouts over a clean REST API — with typed SDKs, signed webhooks and a full sandbox.

create-payout.sh
curl https://api.rummopay.com/v1/payouts \
  -H "Authorization: Bearer sk_live_..." \
  -d amount=6300.00 \
  -d currency=AED \
  -d recipient=rcp_9f2a
quote-exchange.sh
curl https://api.rummopay.com/v1/exchanges \
  -H "Authorization: Bearer sk_live_..." \
  -d sell_currency=USD \
  -d buy_currency=EUR \
  -d amount=10000
create-payout.sh
curl https://api.rummopay.com/v1/payouts \
  -H "Authorization: Bearer sk_live_..." \
  -d currency=AED \
  -d amount=25000 \
  -d recipient=rcp_9f2a

Everything you need to ship

🧩

REST API

Predictable resources for accounts, balances, exchanges, payments and payouts.

📦

Typed SDKs

First-class libraries so you get autocomplete and types, not guesswork.

🔔

Signed webhooks

Real-time events for every balance change, exchange and payout — signed and verifiable.

🧪

Sandbox

A full test environment with fake money, so you can build before you go live.

Start building today

Grab your sandbox keys and make your first API call in minutes.