Build with Poce Solutions API

Developer-First

Integrate cross-border digital trade infrastructure into your applications with our comprehensive REST API, SDKs, and developer tools. Built by developers, for developers.

Quick Start

Get up and running with the Poce Solutions SDK in minutes

// Install the SDK
npm install poce-sdk

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

const client = new Poce.Client({
  apiKey: process.env.POCE_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',
  callback_url: 'https://your-app.com/webhook'
});

console.log(`Order created: ${order.id}`);

Built for 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.

Core API Endpoints

RESTful API designed for simplicity and consistency

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.

Official SDKs

Native SDKs for every major programming language

Node.js

npm install poce-sdk

Python

pip install poce-sdk

Java

// Maven: poce-sdk

Go

go get github.com/poce/sdk

PHP

composer require poce/sdk

C#

dotnet add package Poce.SDK

Start Building Today

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