#sushbhat-billing-address-PI
1 messages ยท Page 1 of 1 (latest)
Hi hanzo
Are you performing client-side confirmations or server-side?
Client side confirm
Gotcha. You could pass billing_details while confirming the PaymentIntent
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
oh ok.. will it be available later on the webhook response on server? basically in the paymentIntent.succeeded
As far as I know, billing details typically live/exist on PaymentMethod object and not PaymentIntent
right, give me a moment to take a look
ah yeah almost forgot about that.
Great find.
Thanks for the help ๐