#flux;
1 messages · Page 1 of 1 (latest)
👋
Do you mean you would like to be notified about customer's payment results via Webhook?
Nope, I want so whenver they purchase a product a webhook handles the rest such as giving them the Subscription in the Database, etc.
Assuming it would use the Checkout event on Webhooks?
The Webhook only notifies your application about the status updates on your account including payment result. It doesn't perform any action. You'd need to implement the flow by yourself. I'd recommend checking the subscription implementation guide here: https://stripe.com/docs/billing/subscriptions/build-subscriptions