Documentation
Everything you need to build on RummoPay.
Step-by-step guides and a complete API reference for accounts, exchange, payments and webhooks — with copy-paste examples.
quickstart.sh
# 1. get your sandbox key
export RP_KEY=sk_test_...
# 2. open an account
curl https://api.rummopay.com/v1/accounts \
-H "Authorization: Bearer $RP_KEY" \
-d currency=EUR 🚀
Quickstart
Create a sandbox account, get your keys, and make your first API call.
Read → 🏦Accounts & balances
Open currency accounts, read balances, and manage local details.
Read → 🔄Exchange
Quote a rate, book a conversion, and move between balances.
Read → ✈️Payments & payouts
Collect payments and send single or batch payouts worldwide.
Read → 🔔Webhooks
Subscribe to events and verify signed webhook payloads.
Read → 🧩API reference
Every endpoint, parameter and response, in one place.
Read →Ready to build?
Grab your sandbox keys and ship your first integration today.