#mpjhorner - stripe elements
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
No, that's not currently supported, but we're working on expanding the flexibility of the payment element
Can I inject name and address?
Take them on my own form elements and then append them to the checkoutConfirmPayment pbject.
object*
Yes! You can include that in the confirmPayment call params using payment_method_data.billing_details:
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Exactly what I was looking for. Thank you.
NP!