-
|
Hi @sarahelsaig , How to use Subscription,please? |
Beta Was this translation helpful? Give feedback.
Answered by
wAsnk
Aug 18, 2025
Replies: 2 comments 2 replies
-
|
Does an order get created after each time subscription payment occurs? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A single subscription content item is created in Orchard Core, then it gets updated in case the subscription was paid again, updated, deleted, resumed, paused through Stripe.
You can see all these in the SubscriptionStripeWebhookEventHandler.cs
You can also create your own webhook event handler by an implementation of
IStripeWebhookEventHandler.