Skip to main content
Scope: api:read
Endpoint: GET /v1/transactions (?customerId= optional)
One endpoint for reconciliation across Remitflex products. Returns up to 200 recent events, newest first (local records only). Each row includes status, amount, destination, and receipt. In the merchant dashboard, Receipt opens a branded receipt card (download / print) built from that receipt blob. Terminal statuses also email a branded receipt to the creating dashboard user, and to the linked customer when Settings → Customer receipts is on (org.customerReceiptsEnabled, default on).

Filtering

For product-specific history, the same ?customerId= filter is on:
  • cNGN: /v1/cngn/payins, /deposits, /converts, /withdrawals, /payouts
  • Local fiat: /v1/offramps, /v1/onramps
  • Payment routes: /v1/payment-routes, /v1/payment-routes/deposits
  • Payment links: /v1/collections
  • Swaps: /v1/swaps
See cNGN and Local fiat.

Refreshing status

  • Payment routes: POST /v1/payment-routes/{paymentRouteId}/deposits/sync
  • Payment links: POST /v1/collections/{collectionId}/sync
  • Local fiat: GET /v1/offramps/:orderId, GET /v1/onramps/:orderId?poll=true
  • cNGN: GET /v1/cngn/converts/{convertId}, /withdrawals/{withdrawalId}, /payouts/{payoutId}, /payins/{payinId}, /deposits/{depositId}