#vaths59
1 messages · Page 1 of 1 (latest)
Implement starting from what existing code?
Do you already have a webhook endpoint?
ANd juist want to handle checkout events?
Or you don't yet have a webhook endpoint
I've already created an endpoint just want to handle checkout events
Ok then you need to add checkout.session.completed events in your endpoint configuration in the dashboard
and add code to handle those events in your endpoint handler
I want to collect all details of transaction and display it in my dashboard. I created an endpoint with checkout successful but I don't know what to nxt.
Can I get the code that needs to be added in python or php?
Yes those language snippets are provided in the docs I linked
There's a language switcher at the top of each snippet
Where are you stuck? I can show you how to access the event data, but how you ingest and use it in your system is up to you
I created a endpoint with checkout successful webhook. What should I do next?
Are you getting the events?
No