R RummoPay
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

Ready to build?

Grab your sandbox keys and ship your first integration today.