Mental model
Every product follows the same five steps:- Authenticate with an API key (
rmf_test_/rmf_live_) - Create a payment intent, optionally tied to a customer
- Fund — send crypto to a deposit address, or instruct your user to transfer to a bank account
- Track status until the order settles
- Reconcile via
GET /v1/transactions— filter bycustomerIdwhen needed
Core objects
Authentication layers
Dashboard: dashboard.remitflex.io
API base:
https://api.remitflex.io/v1
Products
Scopes
Secret API keys useapi:read and/or api:write (write implies read). Publishable keys (rmf_pk_*) are embed-only (collections:read).
See Authentication for key format and idempotency rules.
Limits
- API keys — create and manage keys in the dashboard (JWT), not via the public API
- Prefer one full-access secret key per environment until you need a read-only reporter