Payment Orchestration for Stellar Merchants

From custom integration hell to production-ready payments. Accept, detect, and reconcile with a single SDK.

example.js
const hub = new StellarHub({
  apiKey: '...'
});

const order = await hub.createOrder({
  amount: '50',
  asset: 'USDC'
});

Why StellarHub exists

Eliminate Repetitive Work

From e-commerce plugins to payment tutorials — developers waste weeks rebuilding the same payment detection and order matching logic.

Complete the Stack

Stellar provides powerful financial primitives. StellarHub adds the merchant orchestration layer needed for real-world commerce.

Accelerate Development

What typically takes weeks of custom monitoring, webhook engineering, and routing logic — now works out of the box with StellarHub.

Production-Ready Features

Order Management

Track payment states automatically. Pending, paid, expired — no manual reconciliation.

Intelligent Routing

Path payments first, DEX fallback. Accept any asset, settle in your preferred currency.

Reliable Webhooks

Automatic retries, idempotency, signed payloads. Events you can trust in production.

Anchor Abstraction

Unified SEP-24 integration. Switch anchors without rewriting your code.

Start building in minutes

terminal
npm install @stellarhub/sdk