https://github.com/sparsh-kumar/advancedsubscriptionstripenodejs
This is a fully fledged example of how to use stripe to make subscriptions in a SAAS application, in which user can subscribe to a plan, downgrade or upgrade his/her plan's subscription. cancel the subscription, renew subscription after cancellation.
https://github.com/sparsh-kumar/advancedsubscriptionstripenodejs
Last synced: over 1 year ago
JSON representation
This is a fully fledged example of how to use stripe to make subscriptions in a SAAS application, in which user can subscribe to a plan, downgrade or upgrade his/her plan's subscription. cancel the subscription, renew subscription after cancellation.
- Host: GitHub
- URL: https://github.com/sparsh-kumar/advancedsubscriptionstripenodejs
- Owner: Sparsh-Kumar
- Created: 2021-11-04T19:08:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T19:15:21.000Z (over 4 years ago)
- Last Synced: 2025-01-20T21:48:48.285Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a fully fledged example of how to use stripe to make subscriptions in a SAAS application,
in which user can subscribe to a plan, downgrade or upgrade his/her plan's subscription.
cancel the subscription, renew subscription after cancellation.