API reference
Every endpoint, in one place.
A predictable REST API with JSON everywhere, clear errors and idempotent writes. Authenticate with a bearer key and you're in.
list-accounts.sh
curl https://api.rummopay.com/v1/accounts \
-H "Authorization: Bearer sk_live_..."
# 200 OK
{ "data": [ { "currency": "USD", "balance": 12840000 } ] } Accounts
POST
/v1/accounts GET
/v1/accounts GET
/v1/accounts/:id Exchange
POST
/v1/exchanges/quote POST
/v1/exchanges Payments & payouts
POST
/v1/payment_links POST
/v1/payouts POST
/v1/payouts/batch Webhooks
POST
/v1/webhook_endpoints GET
/v1/events Start with the sandbox
Test with fake money, then flip one key to go live.