Developers

Build with the
secrsolutions trade API.

Integrate cross-border digital trade capabilities into your applications with our comprehensive REST API, multi-language SDKs, and developer tools. Engineered by developers, for developers.

Avg. Response
< 200ms
SDKs
6 languages
Sandbox
Free tier
Quick Start

Up and running in minutes.

Install the SDK, initialize the client, and create your first cross-border order.

~/secr-quickstart.js
// 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}`);
Toolkit

Built for developers.

Everything you need to ship world-class digital trade applications.

Chapter I
01

Sandbox Environment

Test integrations risk-free with our full-featured sandbox. Simulate transactions, webhooks, and edge cases before going live.

Full parity Test cards Webhook sim
02

Comprehensive Docs

Detailed API references, guides, and tutorials. Every endpoint documented with request/response examples and code samples.

OpenAPI Guides Samples
03

Webhook Events

Real-time event notifications for orders, settlements, disputes, and compliance status changes. Reliable delivery with retry logic.

Real-time Retries Signed
04

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.

TLS 1.3 IP allowlist Request signing
05

High Performance

Sub-200ms average API response times. Globally distributed edge network with automatic failover and rate limiting protection.

< 200ms Multi-region Auto scale
06

Developer Support

Dedicated Slack channel, developer forum, and priority email support. Average first response time under two hours.

Slack Forum Priority email
Reference

Core API endpoints.

RESTful API designed for simplicity and consistency.

Chapter II
POST /v1/orders

Create a new cross-border order with multi-currency support, tax calculation, and fraud screening.

GET /v1/orders/{id}

Retrieve order details including status, settlement information, and compliance checks.

POST /v1/shipments

Create shipments with multi-carrier routing, label generation, and real-time tracking integration.

GET /v1/rates

Get real-time FX rates across 50+ currencies with competitive spreads and rate locking options.

POST /v1/settlements

Initiate multi-party settlements with automated reconciliation and configurable split rules.

GET /v1/compliance

Run compliance checks including KYC/KYB verification, sanctions screening, and risk assessment.

SDKs

Native SDKs for every major language.

Idiomatic bindings that feel at home in your stack.

Chapter III
Node.js
npm install secr-sdk
Python
pip install secr-sdk
Java
# Maven: secr-sdk
Go
go get github.com/secr/sdk
PHP
composer require secr/sdk
C#
dotnet add package Secr.SDK
Sandbox available · No commitment required

Start building
today.

Get your API keys and integrate in minutes. Production-ready in 14 days average.

What you get
→ Free sandbox with full feature parity
→ OpenAPI spec & Postman collection
→ Dedicated developer relations
→ Reference implementations on GitHub