#Kyle De Ayala
1 messages · Page 1 of 1 (latest)
You don't need to change anything
What do you want the billing details for?
Your database?
You can find them here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-billing_details
Yes or is it normal that billing details are blank?
No they should not be.
Can you provide me a Checkout Session ID example that I can look at?
Thanks looking
So if you look at the Checkout confirmation request: https://dashboard.stripe.com/test/logs/req_QotP3EMwMbuIv4
You can see the Billing Details captured within the PaymentMethod
Specifically under customer.payment_methods
So they do exist
And you will want to retrieve the PaymentMethod to access them
got it