Checkout
This static demo uses links defined in plans.json
. Replace them with your Stripe links.
To enable Stripe Checkout:
- Create Payment Link (for $5 one‑time) and Checkout Links (for subscriptions) in your Stripe Dashboard.
- Set the Success URL in Stripe to:
https://YOURDOMAIN/upload.html?paid=1
- Set the Cancel URL to:
https://YOURDOMAIN/index.html#pricing
- Paste each Stripe link into
plans.json
→ the"url"
field for the corresponding plan.
When Stripe redirects back to upload.html?paid=1
, the upload form will unlock.