Versioned REST API
Clean, versioned REST API with sandbox environment and integration support
Developer Docs
Clear, reliable and auditable interfaces for acquiring, routing and settlement — designed for integration teams that demand certainty.
Core Features
Clean, versioned REST API with sandbox environment and integration support
Idempotent delivery ensuring events arrive reliably
Encrypted transfer of compliance-required information aligned with data protection requirements
Transaction status queries, balance reconciliation and compliance data exchange
Endpoint Example
Initiate a cross-currency settlement through a single endpoint. The platform returns a route ID and estimated settlement time.
POST /v1/settlement_routes
{
"source": "USD",
"destination": "USDC",
"amount": 25000,
"merchant_id": "mch_8f2a"
}→ 200 OK
{
"id": "route_xyz123",
"status": "created",
"estimated_settlement":
"2026-07-28T09:00:00Z"
}Sandbox Environment
The sandbox environment simulates real transaction flows with full API call testing. All webhook events, signature verification and error codes are identical to production, helping integrators complete end-to-end validation before launch and significantly reduce post-launch reconciliation and troubleshooting costs.
Integration Flow
Create a merchant account in the console. API Key is automatically issued after identity verification.
Use sandbox keys to complete end-to-end integration testing in an isolated environment without real funds.
Submit KYC/KYB materials and business scenario descriptions for review by the compliance team.
After passing review, switch to production keys, go live on the planned schedule and enable real-time monitoring.