#yevgeniy
1 messages · Page 1 of 1 (latest)
my business logic on the backend side is tied to the subscription related web hooks
It depends on how this is implemented really, but you can test your flow in Test mode and see if you receive the events you wanted
@woven scroll is creating a payment link actually creates a subscription resource on the Stripe side? And does it trigger subscription related webhooks?
If the PaymentLink belongs to a recurring price yes. But again, you can test out in Test mode
@woven scroll can I create a payment link which will be tied to a particular customerId (similar to the customer property, when I create a subscription) and limit the number this payment link could be used to one?