#damo-pm-details-apm
1 messages · Page 1 of 1 (latest)
Let me check something
What happens if you still provide "payment_method_data[billing_details][email]" while using automatic payment methods parameter?
damo-pm-details-apm
we've swapped to using the "Builders" instead of manually creating the maps. there doesn't seem to be an option to provide any billing details within the PaymentMethodData.builder() , though there is an "ExtraParams" map in there, if that's where the billing info goes now?
Oh wait, are you passing this information server-side or client-side?
currently serverside
I see. I assumed you were passing them client-side for some reason
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data
ah okay, so potentially I can update how our form handles the confirm payment instead. Fair enough. Thank you
Correct!