Skip to main content
This guide walks through a complete flow: get an API key, create a payment link, and poll until it’s paid. Examples use the test key prefix rmf_test_.

Prerequisites

API keys are created in the dashboard (JWT login required). You cannot create keys via the public API.

Step 1 — Create an API key

  1. Log in to the dashboard (email + OTP).
  2. Go to Settings → API KeysCreate new key.
  3. Environment: test
  4. Permissions: full access (api:read + api:write)
  5. Copy the key and export it:
Mutating API-key requests require an idempotency key:
The response includes a payUrl. Open it to see the hosted pay page, or embed it — see Payment links.

Step 4 — List transactions

Next steps