Node.js
npm install molveria-sdk
Drop cross-border digital trade infrastructure directly into your own product with our REST API, SDKs, and developer tooling — engineered for predictability, consistency, and speed.
/v1/orders
/v1/orders/{id}
/v1/shipments
/v1/rates
All the tooling required to ship digital trade products at a professional standard.
Build and break things safely in a full sandbox. Simulate transactions, fire webhooks, and cover edge cases long before go-live.
API references sit alongside walkthroughs and tutorials. Every endpoint ships with request and response examples plus runnable code samples.
Events pushed as they happen for orders, settlements, disputes, and compliance status changes, with retry logic you can rely on.
API key authentication, IP whitelisting, request signing, and TLS 1.3, all running on infrastructure built to SOC 2 Type II control requirements.
Delivered from a distributed edge network with automatic failover and rate limiting already in place.
Priority email support, an active developer forum, and your own Slack channel with direct access to the engineers building the platform.
Built to behave the same way across every resource, with minimal surprises.
/v1/orders
Create a cross-border order while multi-currency handling, tax calculation, and fraud screening take care of themselves.
/v1/orders/{id}
Pull a single order in full — status, settlement details, and every compliance check attached to it.
/v1/shipments
Generate shipments with carrier routing, labels, and live tracking already part of the flow.
/v1/rates
Query live FX rates for the currencies you settle in, with tight spreads and the option to lock a rate.
/v1/settlements
Start multi-party settlements; reconciliation runs on its own and split rules follow your configuration.
/v1/compliance
Run compliance checks spanning KYC/KYB verification, sanctions screening, and risk scoring.
Add the SDK, initialize the client with your API key, and place your first cross-border order — it only takes a few lines.
Every endpoint follows the same conventions, so what you learn once carries straight over to orders, shipments, rates, settlements, and compliance.
Start with a Free Account// Install the SDK
npm install molveria-sdk
// Initialize the client
const molveria = require('molveria-sdk');
const client = new molveria.Client({
apiKey: process.env.molveria_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}\`);
REST
JSON API and webhooks
6
Supported languages
TLS 1.3
Encryption in transit
Sandbox
Full test environment
Idiomatic libraries covering all the major programming languages.
npm install molveria-sdk
pip install molveria-sdk
// Maven: molveria-sdk
go get github.com/molveria/sdk
composer require molveria/sdk
dotnet add package molveria.SDK
06 endpoints · 06 SDKs
Obtain your API keys and begin integrating within minutes — there is no commitment involved.