#mtanzi-checkout
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection with required would do the trick
thanks!
where is this data will be stored? if I understood correctly it will not be part of the Customer object
it would be saved on the payment method https://stripe.com/docs/api/payment_methods/object#payment_method_object-billing_details of the payment intent of that checkout session
thank you!
let me know if you need any more help
I have actually one more question ๐
from the subscription object, how can I retrieve the payment_intent?
I don't see the reference when I retrieve the subscription
from the subscription you could go to the latest_invoice.payment_intent
awesome.. thanks!