ClearRail is our clearing & settlement engine. The same API powers our own product and every partner platform built on top of us.
Cards, Apple/Google Pay, ACH debit. Idempotent POST /v1/payments with automatic retries.
Push funds via ACH or RTP with POST /v1/payouts. Webhooks on every state change.
Double-entry accounts, holds, and reserves. Export to CSV or stream to your warehouse.
curl https://api.clearrail.online/v1/payments \ -u sk_live_rsp_••••••••••••: \ -d amount=4200 -d currency=usd \ -d source=tok_visa -d description="Order #10293"