https://github.com/cassiosantana/stripe_subscription
Subscription Payment with Stripe
https://github.com/cassiosantana/stripe_subscription
devise payment-integration stripe stripe-checkout stripe-payments stripe-subscription webhook
Last synced: 2 months ago
JSON representation
Subscription Payment with Stripe
- Host: GitHub
- URL: https://github.com/cassiosantana/stripe_subscription
- Owner: cassiosantana
- Created: 2023-07-19T21:37:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T20:34:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T12:44:38.974Z (4 months ago)
- Topics: devise, payment-integration, stripe, stripe-checkout, stripe-payments, stripe-subscription, webhook
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subscription Payment with Stripe Gateway
This repository is a work-in-progress implementation of the Subscription payment method using the Stripe payment gateway with recurring payment functionality. The objective of this project is to provide users access to the website's content based on the duration of their subscribed membership.
## Features
- Customer Subscriptions: Users can select from different subscription plans and enjoy unique features based on their chosen subscription level.
- Recurring Payments: The application handles recurring payments using Stripe's payment gateway to ensure seamless and automatic subscription renewals.