rmf_test_.
Prerequisites
- A Remitflex account at dashboard.remitflex.io
curlor Node.js- For integration testing, use a test API key (
rmf_test_) — see Testing
API keys are created in the dashboard (JWT login required). You cannot create keys via the public API.
Step 1 — Create an API key
- Log in to the dashboard (email + OTP).
- Go to Settings → API Keys → Create new key.
- Environment: test
- Permissions: full access (
api:read+api:write) - Copy the key and export it:
Step 2 — Create a payment link
Mutating API-key requests require an idempotency key:payUrl. Open it to see the hosted pay page, or embed it — see Payment links.
Step 3 — Poll link status
Step 4 — List transactions
Next steps
- Customers to organise payers and beneficiaries
- Payment links for invoice and checkout pay URLs
- Payment routes for cross-chain collection
- Local fiat for bank payouts and fiat deposits
- Authentication for scopes and key security
- Idempotency for retry-safe writes