#thoth
1 messages · Page 1 of 1 (latest)
Hello what are you currently trying to do to create a customer and get their ID?
PaymentIntents should have a latest_charge or charges property. Are those populated for the intents that you are looking at?
Currently I'm getting a checkout session id and then trying to get the customer id from the session id. I'll make some screen shots for context
The workflow
the steps being taken
The customer ID should be on the customer property of the Checkout Session if there is one. If that field is gone, you can pass customer_creation='always when creating your checkout session and we will create one for the session if you aren't providing one