Docs Getting Started

Getting Started

MoonStore overview, hosted domain, and first integration checklist.

MoonStore Deployment Host

Production MoonStore services are hosted at https://moonstore.nanodata.cloud. Treat this as the canonical issuer, OAuth host, and API host in production integrations.

Quick Start Checklist

  1. Create a MoonStore user account and sign in at https://moonstore.nanodata.cloud/auth/login_page.
  2. Register your app and products in the developer console.
  3. Connect Stripe via Connect onboarding so payouts and portal flows work.
  4. Choose your integration path: - MoonStore SDK for first-party clients - OAuth + Partner APIs for third-party storefronts
  5. Verify webhooks, checkout, entitlements, and subscription cancel/portal in sandbox first.

Core API Base

https://moonstore.nanodata.cloud/api/v1

All SDKs and partner integrations should target this base URL in production. Keep test/local URLs environment-specific in CI and local config.