Up and running in minutes.
Install the SDK, initialize the client, and create your first cross-border order.
// Install the SDK npm install secr-sdk // Initialize the client const Secr = require('secr-sdk'); const client = new Secr.Client({ apiKey: process.env.SECR_API_KEY, environment: 'sandbox' // or 'production' }); // Create a cross-border order const order = await client.orders.create({ amount: 129.99, currency: 'USD', description: 'Premium e-commerce order #12345', callback_url: 'https://your-app.com/webhook' }); console.log(`Order created: ${order.id}`);
Built for developers.
Everything you need to ship 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 in transit, API key authentication, IP whitelisting, and request signing. Security controls designed to align with industry audit standards.
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 two hours.
Core API endpoints.
RESTful API designed for simplicity and consistency.
Create a new cross-border order with multi-currency support, tax calculation, and fraud screening.
Retrieve order details including status, settlement information, and compliance checks.
Create shipments with multi-carrier routing, label generation, and real-time tracking integration.
Get real-time FX rates across 50+ currencies with competitive spreads and rate locking options.
Initiate multi-party settlements with automated reconciliation and configurable split rules.
Run compliance checks including KYC/KYB verification, sanctions screening, and risk assessment.
Native SDKs for every major language.
Idiomatic bindings that feel at home in your stack.
npm install secr-sdk
pip install secr-sdk
# Maven: secr-sdk
go get github.com/secr/sdk
composer require secr/sdk
dotnet add package Secr.SDK
Start building
today.
Get your API keys and integrate in minutes. Production-ready in 14 days average.