#thomas.codes
1 messages · Page 1 of 1 (latest)
heres the payment
but then heres the empty customer list, which I was expecting to populate with that customer that checked out
Hi, there should not be. I do not think you're creating a customer here. Can you share the request id? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Ah I see, these are guest customers, https://stripe.com/docs/payments/checkout/guest-customers.
So you won't see a customer id here.
we're not actually checking out with Guest customers, we're checking out with registered customers. We can see some of the details (I think) in POST
Instead of sharing screenshots, can you share the request id with me please?
yes, req_Kpux2XFSgXAfX7
It looks like the customer is created on the Platform account, https://dashboard.stripe.com/test/logs/req_kehG0tGXLJ3k2x. When you create the customer, you'd want to create it on the Connected Account in this case, by using the Stripe-Account header: https://stripe.com/docs/connect/authentication. Once you create the customer on the Connected Account, you'll be able to see the customers live on the Dashboard you've shared.
thank you! understood