#bright_avocado_84575
1 messages · Page 1 of 1 (latest)
Is a webhook required for this use case? If not, please suggest an alternative.
Yes the recommendation is to utilise webhooks for fulfilment/provisioning with Checkout/Payment Links. See: https://stripe.com/docs/payments/checkout/fulfill-orders
If yes, I plan to use a unique cookie session id as client reference id in checkout session to be able to retrieve the status of success/failure.
Theclient_reference_idset via the URL parameter will be available in the correspondingcheckout.session.completedevent: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-client_reference_id
Do I need to register the webhook in Stripe or checkout session is available without registering.
You'll need to create a webhook via the API/Dashboard to listen for the required events yes
How do I listen to this asynchronously?
Once configured, we'll automatically send any events specified to the webhook/endpoint
Hi @fickle crater : Thank you so much for quick response.
Do you think I require to listen to any other webhook events for my use case?
Use case is only Authentication of successful payments of the user with successful payment being able to get responses from Quant_123
Is there any creative ideas around Identity Access Management of users unsuccessful with payments to be denied access to Quant_123
Do you think I require to listen to any other webhook events for my use case?
You'll need to subscribe for other events related to future recurring payments. See: https://stripe.com/docs/billing/subscriptions/webhooks