#zleb
1 messages · Page 1 of 1 (latest)
hi! not sure what you mean by "require me to manually fill-up other card details"
can you share the exact code you're using and some more context/screenshots on what you see and what you wanted instead?
our current checkout page looks like this
there's no email field so I'm trying to set the billing email manually in payment intent
through payment_method_data[billing_details][email]
but then I get an error that payment_method type must be set
i just realized, should I do this in confirmPayment?
i see i see, thanks a lot!
you'd use https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data and pass the email you get from the HTML input in your own form
Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.