#SteveW
1 messages · Page 1 of 1 (latest)
Hello! Yep, Payment Links which create Subscriptions will generate all of the normal Subscription events listed here: https://stripe.com/docs/billing/subscriptions/overview#subscription-events
ok, great. So the webhook would be configured on the subscriptions page?
The subscriptions page? Not sure I understand what page you're referring to.
Where do I configure the webhook for the subscription product - the url
Webhook Endpoints and the Events they listen for are configured in the Stripe Dashboard here (test mode link): https://dashboard.stripe.com/test/webhooks
OK, so it's the same one as used elsewhere. Thanks. One more question while I have you here. This is for a SaaS. We're already using Stripe Connect. But I'm trying to save myself some time for now. If I want to use a custom code solution for the subscriptions later on, will the payment link subscription products work seamless that way. Or would I need to have my customers re-subscribe through my custom code implementation
Payment Links create the same kind of Subscriptions custom code would; they're all Stripe Subscriptions. I don't see why you would need to have people re-subscribe.
Just wanted to make sure that payment links aren't in their own world. That makes it a simple decision to start with Payment Links.