#DandaChoru
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
Thank you, I have a Blazor Server app, with subscription tiers, when user click on it, it creates a new Payment Link Id + UserId in database. But I don't how I can see which user bought the subscription through a PaymentLink?
I'm receiving customer.subscription.created events, but I don't see how it connect with my Payment Link information
I think what you're looking for would be on the checkout.session.completed event. It has the payment link, subscription and invoice.
I have to toggle(/add) that event on Stripe's website control panel? So my webhook can receive it? I will try it ... thank you!
I think you are right, thank you again... 1 question, do you think I should store completed/succesful "Session" in my own database for administration?
That is up to you!