#vell2x
1 messages · Page 1 of 1 (latest)
Not sure I understand here
You shouldn't poll your webhook from the front-end
The webhook should receive checkout events and then update your database accordingly
You could use the success_url to redirect to a page: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-success_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok