The infrastructure for the money of tomorrow.
CashXChain is the payments orchestration layer for modern businesses. Built first for the corridors and workflows banks handle worst — cross-border and B2B — and designed to scale to every payment a modern business sends or receives.
Faster than banks. Safer than crypto.
curl -X POST https://api.sandbox.cashxchain.com/v1/payments \
-H "Authorization: Bearer $CXC_API_KEY" \
-H "X-Idempotency-Key: invoice-2026-1042" \
-H "Content-Type: application/json" \
-d '{
"source_account_id": "acct_8mJ3...",
"beneficiary_id": "bnf_6rK2...",
"quote_id": "fxq_9Xc2...",
"amount": "25000.00",
"currency": "EUR",
"purpose": "supplier_payment",
"reference": "INV-2026-1042"
}'
Explore the documentation
Everything you need to evaluate, integrate, and operate CashXChain in production.
Get started
Make your first sandbox call in under five minutes.
API Reference
Endpoints for payments, FX quotes, wallets, accounts, and webhooks.
Integration Guides
Quickstart, payments, FX, webhooks, and the QA checklist.
Platform
Accounts, wallets, payments, notifications, and statements.
Security
Encryption, access control, isolation, and disclosure policy.
Compliance
KYC/KYB, AML, screening, travel rule, and licensing.
Two environments. Fully separated.
Sandbox and production each have their own accounts, API keys, auth, web app, and developer portal. There is no shared session or single sign-on between environments — by design.
api.cashxchain.comLive payments and real operations. Sign-up is self-serve; KYB and product enablement gate going live.
api.sandbox.cashxchain.comA fully isolated environment for development and testing. No real funds, separate accounts, separate keys.
LLM-friendly documentation
Every page can be copied as Markdown. The full reference is available as a single bundle for use in retrieval, prompts, and IDE assistants.