hi,
I’m working on a subscription service . that the users need to pay a subscription fee to have access to the website.
so I create a Subscription content type to store the data like :
- Stripe customer_id
- subscription_id
- start and end date…
and also I want to use Stripe webhook to check if the invoice was paid or not to update the subscription status .
please if anyone can help me . i will appreciate it
thanks