#.lucascalabria
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- .lucascalabria, 5 minutes ago, 3 messages
Sounds like you are looking for a Customer ID?
Okay so are you listening for checkout.session.completed Events in a Webhook handler?
No, should I do that ?
Yep. You want to read through https://stripe.com/docs/payments/checkout/fulfill-orders which talks about how to fulfill orders
And you can use that Webhook handler to ingest data like the Customer ID that was created
So I create the webhook that listen to the checkout.session.completed , and if the call return true I can ingest the data on my own database
Yep
Thanks a lot! I'll try it