// BUILD WITH SHOPPI

The Operating System
for Local Commerce.

Access Shoppi's payments infrastructure via your certified domain. No API keys, built-in authorization, and instant deployment.

Activate Your Shoppi Hosting Read Docs
app.js
// No API Key needed - Implicit Domain Auth
const Shoppi = new ShoppiSDK();

const order = await Shoppi.checkout.createOrder({
    items: cart.items,
    success_url: '/thank-you'
});

console.log("Order processed securely on:", window.location.host);

Ecosystem Architecture

Develop on your own domain, we handle security and routing.

Implicit Payments

Route payments instantly. Our system recognizes your domain and enables Stripe Connect Checkout without manual configs.

POS Connectivity

Interact with physical Shoppi POS hardware. Push order data directly from your frontend to the merchant terminal.

Merchant Data

Access searchable business directories and profiles. Data is automatically scoped to your associated PageID.

Identity (OAuth)

Let merchants sign in to your tools using their secure Shoppi Business single sign-on.

Webhooks & Events

Receive real-time notifications for payment confirmations and order status changes on your endpoint.

Analytics Ops

Retrieve merchant insights for cross-platform dashboards and financial reporting.

Built for those who move fast.

  • No Boilerplate: Authorization is tied to your domain.
  • Auto-Config: SDK automatically detects the merchant ID.
  • Security First: Credentials protected at the infra level.
Infrastructure Status

Implicit Auth Active

The new domain-based authorization model is now the default for all new merchants and agencies.

Start now on Shoppi.cloud

Your code, our Engine.

Ready to scale? Launch your site on Shoppi.cloud and start developing in 60 seconds.

Activate Your Shoppi Hosting