transfers:read (list), transfers:write (create)
Why customers matter
- Attach
customerIdto swaps and payment routes for per-counterparty tracking - Filter
GET /v1/swaps?customerId=...andGET /v1/transactions?customerId=... - Reconcile by customer name in the transactions ledger
List customers
Create a customer
| Field | Rules |
|---|---|
name | 2–120 characters |
email | Valid email |
type | individual or business (default: individual) |
Dashboard
View and filter activity per customer at dashboard.remitflex.io — Overview, Transactions, Payment routes, and per-customer receipts. API keys cannot manage dashboard-only settings.API reference
List customers
GET /customersCreate customer
POST /customers