Sandbox Environment
Test integrations risk-free with our full-featured sandbox. Simulate transactions, webhooks, and edge cases before going live.
Developer-First
Embed cross-border digital trade infrastructure straight into your applications with our REST API, SDKs, and developer tooling — designed to be predictable, consistent, and fast.
API surface
/v1/orders
/v1/orders/{id}
/v1/shipments
/v1/rates
Developer Experience
Everything you need to build world-class digital trade applications.
Test integrations risk-free with our full-featured sandbox. Simulate transactions, webhooks, and edge cases before going live.
Detailed API references, guides, and tutorials. Every endpoint documented with request/response examples and code samples.
Real-time event notifications for orders, settlements, disputes, and compliance status changes. Reliable delivery with retry logic.
TLS 1.3, API key authentication, IP whitelisting, and request signing. SOC 2 Type II certified infrastructure.
Sub-200ms average API response times. Globally distributed edge network with automatic failover and rate limiting protection.
Dedicated Slack channel, developer forum, and priority email support. Average first response time under 2 hours.
REST API
Designed for simplicity and consistency across every resource.
/v1/orders
Create a new cross-border order with multi-currency support, tax calculation, and fraud screening.
/v1/orders/{id}
Retrieve order details including status, settlement information, and compliance checks.
/v1/shipments
Create shipments with multi-carrier routing, label generation, and real-time tracking integration.
/v1/rates
Get real-time FX rates across 50+ currencies with competitive spreads and rate locking options.
/v1/settlements
Initiate multi-party settlements with automated reconciliation and configurable split rules.
/v1/compliance
Run compliance checks including KYC/KYB verification, sanctions screening, and risk assessment.
Quickstart
Install the SDK, initialize the client with your API key, and create your first cross-border order — all in a handful of lines.
Every endpoint follows the same conventions, so what you learn once carries across orders, shipments, rates, settlements, and compliance.
Create Free Account// Install the SDK
npm install jolquv-sdk
// Initialize the client
const jolquv = require('jolquv-sdk');
const client = new jolquv.Client({
apiKey: process.env.JOLQUV_API_KEY,
environment: 'sandbox' // or 'production'
});
// Create an order
const order = await client.orders.create({
amount: 129.99,
currency: 'USD',
description: 'Premium e-commerce order #12345'
});
console.log(\`Order created: \${order.id}\`);
SDKs
Native SDKs for every major programming language.
npm install jolquv-sdk
pip install jolquv-sdk
// Maven: jolquv-sdk
go get github.com/jolquv/sdk
composer require jolquv/sdk
dotnet add package jolquv.SDK
Get started
Get your API keys and start integrating in minutes. No commitment required.