Fallback route
Fallback- Use case
- Early MVP only when automation is not ready.
- Coverage
- Manual collection, redeem code, or internal confirmation process.
- Boundary
- Short window only; no entitlement or subscription state is handled here.
Payment Path Guide
A compact static reference for choosing a practical collection route without adding payment implementation.
Use these paths as a sequence after the local profile, project draft, and diagnosis context are stable.
These should be treated as non-negotiable planning rules.
Mainland individual + global Web
For this scenario, Stripe should not be set as the default first payment choice.
Recommended foundation
Later execution should prioritize Paddle Checkout + Card base coverage, then webhook-backed entitlement unlocks.
Alipay availability
Alipay is used only after Paddle approval, with CNY pricing and a China customer address.
WeChat Pay scope
WeChat Pay is a desktop one-time enhancement only. It is not the main subscription path and not the mobile first-choice path.
Displayed methods
Actual available methods depend on what Paddle Checkout renders for the current product, currency, region, and device context.
iOS digital subscriptions
iOS digital subscriptions should use IAP or RevenueCat-style handling and should not be routed through external web payment bypasses.
This page is static planning content only.
No checkout button, no payment link, and no external payment redirect is implemented here.
No API, webhook, billing, or subscription runtime action is exposed on this page.
No entitlement state is changed from this page. Use official backend payment systems in implementation later.