For Developers

Build on Eomly

Eomly isn't just a business tool — it's infrastructure. Developers and platforms can integrate payments, marketplace, and financial flows through our APIs.

APIs for Everything

Build commerce and financial experiences with clean, well-documented APIs.

Payments API

Accept payments from customers, manage wallets, and track transactions programmatically.

Marketplace API

Create storefronts, manage products, process orders, and handle fulfillment through code.

Transfers API

Move money across currencies and borders with simple, well-documented API calls.

Webhooks

Get real-time notifications for payments, orders, transfers, and account events.

quickstart.js
const eomly = require('@eomly/sdk');

// Initialize with your API key
const client = eomly({
  apiKey: 'eo_live_...'
});

// Create a payment
const payment = await client.payments.create({
  amount: 5000,
  currency: 'NGN',
  description: 'Premium subscription',
  customer: 'cust_abc123'
});

// Create a product listing
const product = await client.marketplace.products.create({
  name: 'Wireless Earbuds',
  price: 4900,
  currency: 'USD',
  store: 'store_xyz'
});

// Send money across borders
const transfer = await client.send.create({
  amount: 100,
  from: 'USD',
  to: 'GHS',
  recipient: 'rec_xyz789'
});
Integrations & Platform Connectivity

Designed for connectivity

Eomly is being built as connected commerce and financial infrastructure that will support integrations with ecommerce platforms, business tools, and developer systems.

Ecommerce Platforms

Eomly is designed to support integrations with ecommerce platforms to help businesses connect payments, storefronts, and operations more easily.

Integrations are currently in development

APIs & Developer Access

Developers will be able to build on Eomly through APIs that connect payments, marketplace functionality, and financial operations.

API access and documentation coming soon

Business Tools & Workflows

Eomly will support integrations with tools that businesses already use, helping simplify operations and reduce the need for multiple disconnected systems.

In development

Future Connectivity

Eomly is built with a long-term vision of enabling seamless connections between commerce, finance, and global business infrastructure.

Planned

We are actively working on integrations and will expand support over time.

Ready to build?

Developer documentation and API access are coming soon. Get in touch to learn more or join the early access program.

Explore Developer ToolsComing SoonContact Us