Developer-First
Build with
krevlu API
Drop cross-border digital trade infrastructure into your applications with our comprehensive REST API, SDKs, and developer tooling. Built to be clear, consistent, and fast.
// Install the SDK
npm install krevlu-sdk
// Initialize the client
const krevlu = require('krevlu-sdk');
const client = new krevlu.Client({
apiKey: process.env.KREVLU_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}`);
Developer Experience
Built for developers,
by developers
Everything you need to build world-class digital trade applications.
Sandbox Environment
Test integrations risk-free with our full-featured sandbox. Simulate transactions, webhooks, and edge cases before going live.
Comprehensive Docs
Detailed API references, guides, and tutorials. Every endpoint documented with request/response examples and code samples.
Webhook Events
Real-time event notifications for orders, settlements, disputes, and compliance status changes. Reliable delivery with retry logic.
Secure by Default
TLS 1.3, API key authentication, IP whitelisting, and request signing. SOC 2 Type II certified infrastructure.
High Performance
Sub-200ms average API response times. Globally distributed edge network with automatic failover and rate limiting protection.
Developer Support
Dedicated Slack channel, developer forum, and priority email support. Average first response time under 2 hours.
REST API
Core endpoints
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.
SDKs
Official SDKs
Native SDKs for every major programming language.
Node.js
npm install krevlu-sdk
Python
pip install krevlu-sdk
Java
// Maven: krevlu-sdk
Go
go get github.com/krevlu/sdk
PHP
composer require krevlu/sdk
C#
dotnet add package krevlu.SDK
Start Building Today
Get your API keys and start integrating in minutes. No commitment required.