#balconytom - Payment Element
1 messages · Page 1 of 1 (latest)
Unfortunately not at the moment. To make sure you always collect a field, we typically recommend disabling it in the payment element, adding your own custom input outside of the element, and passing the value to your confirmPayment call via the billing_details hash
can I also pass them to updatePaymentIntent as params?
Good question, not sure. Checking in to that
according to this https://stripe.com/docs/payments/finalize-payments-on-the-server#payment-method-details it looks possible
Yes, there we go. You can definitely change those details by passing them to your server and making the update call there
thx