Developer-First

Build with the vylzic 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.

API surface

  • POST /v1/orders
  • GET /v1/orders/{id}
  • POST /v1/shipments
  • GET /v1/rates

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.

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.

Quickstart

Install, initialize, go live

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
quickstart.js
// Install the SDK
npm install vylzic-sdk

// Initialize the client
const vylzic = require('vylzic-sdk');

const client = new vylzic.Client({
  apiKey: process.env.VYLZIC_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}\`);
<200ms
Average API response
6
Official SDKs
TLS 1.3
Transport security
SOC 2
Type II certified

SDKs

Official SDKs

Native SDKs for every major programming language.

Node.js

npm install vylzic-sdk

Python

pip install vylzic-sdk

Java

// Maven: vylzic-sdk

Go

go get github.com/vylzic/sdk

PHP

composer require vylzic/sdk

C#

dotnet add package vylzic.SDK

Get started

Start building today

Get your API keys and start integrating in minutes. No commitment required.