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
- Create a MoonStore user account and sign in at
https://moonstore.nanodata.cloud/auth/login_page. - Register your app and products in the developer console.
- Connect Stripe via Connect onboarding so payouts and portal flows work.
- Choose your integration path: - MoonStore SDK for first-party clients - OAuth + Partner APIs for third-party storefronts
- 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.