#alex_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1288589973196640378
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there. Do you have an example of a customer that you retrieved that didn't have this information?
I do! Is it usefull if I share the customer ID? I have one that does have it and one that doesn't so I can compare/
Yes, that would be great. A request ID where you fetched that customer would also be fine
This customer does not have it:
cus_QhLxm1owRB19dV
However, this customer does:
cus_QkpVTOe1zAH2td
I'm not sure why they would be any different
They've both successfully completed payments for one of my subscription products
๐
Not sure if this helps at all. This is where it shows up for some customers.
Checkout only collects the minimum address information for calculating tax. For a 'regular' card payment, that's postal code, as you see with cus_QhLxm1owRB19dV. cus_QkpVTOe1zAH2td paid with Apple Pay, and we're getting the full address, so we update the customer's address with the full information.
If you want to always force collecting a full billing address, you can use billing_address_collection: 'required' https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-billing_address_collection