#kanohian - payment link subscriptions
1 messages · Page 1 of 1 (latest)
Hey there, you'll want to setup a webhook endpoint listening for checkout.session.completed to be notified about these:
https://stripe.com/docs/payments/payment-links/api#tracking-payments
When the session creates a subscription, the ID will be included in the session object your receive: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
kanohian - payment link subscriptions