#AlexElba
1 messages · Page 1 of 1 (latest)
When you receive back the checkout.session.completed, you will see the client_reference_id with the payment_method and the customer id (if you also pass in when creating the CheckoutSession)
so this will happen during webhook call
will webhook call be before page is redirected to thank you page or not guaranteed
success page
Not guaranteed. It depends on the network from Stripe server to your webhook server vs. the customer browser environment
ok thanks, will client_reference_id be the same as customer id, when customer is created?