Build payments into
anything

One API to unify all your payment providers. Real-time data, automated reconciliation, and powerful insights built for developers.

Simple, powerful, unified

One codebase for all payment providers

Initialize ClientJavaScript
import { InkressAdmin } from '@inkress/admin-sdk'; const inkress = new InkressSDK({ bearerToken: process.env.INKRESS_API_KEY, mode: 'test' }); // All providers unified const orders = await inkress.orders.list({ limit: 10, status: 'paid' });
Create PaymentJavaScript
// Provider-agnostic payments const order = await inkress.orders.create({ amount: 5000, currency: 'JMD', reference_id: 'ORDER-98765', title: 'T-Shirt', customer: { email: 'sam@gmail.com', first_name: 'Sam', last_name: 'Pucket' } });

SDKs for every platform

Official libraries in your favorite languages

Ready to integrate?

Get your API keys and start building in minutes