#KianBrose - client_reference_id
1 messages · Page 1 of 1 (latest)
You would need to listen to this event: https://stripe.com/docs/api/events/types#event_types-checkout.session.completed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you want to do this through webhooks
Ooooh okay
Is there a major difference between Charge successful and checkout completed?
Yeah the data you get in the webhook is different
You can see at that above link
It mentions the type of object included
Ok
Perfect, I'll try that
Also just to make sure, checkout sessions expire after 24 hours correct?
That's correct
Perfect, thank you!
No problem!