#naughty developer
1 messages · Page 1 of 1 (latest)
Hi there, do you refer to the customer's address (https://stripe.com/docs/api/customers/object#customer_object-address) ?
or payment_method's billing_details (https://stripe.com/docs/api/payment_methods/object#payment_method_object-billing_details)
in general billing details , like the one u see on the left in dashboard under customer profile
im talking about billing_details
email , address etc.
are they payment method specific?
The Billing Details that you see in Customer Dashboard?
They are related to customer, not payment_method
but i dont really see billing details in customer object API
You can find some of the info (e.g., address) in customer's address hash
just to be clear , the address under customer object is actually billing address? or billing address etc are seperate and actually related to payments?
The phone is available in customer's phone property
That's the billing address that would appear in customer's invoice, receipt, and it's not related to payment_method's billing_details address.
alright thanks for clarificaton , u can close this thread.