#bright_avocado_84575

1 messages · Page 1 of 1 (latest)

hollow sorrelBOT
fickle crater
#

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.
The client_reference_id set via the URL parameter will be available in the corresponding checkout.session.completed event: 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

Learn how to fulfill orders after a customer pays with Stripe Checkout or Stripe Payment Links.

stable valley
#

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

fickle crater