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.

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.