Skip to main content
Documentation

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.

POST /v1/payments
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.

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.

Productionapi.cashxchain.com

Live payments and real operations. Sign-up is self-serve; KYB and product enablement gate going live.

Sandboxapi.sandbox.cashxchain.com

A fully isolated environment for development and testing. No real funds, separate accounts, separate keys.

For AI assistants

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.