#MuhammadNouman

1 messages · Page 1 of 1 (latest)

covert jasperBOT
sweet summit
#

Hi there

#

No you can't prevent email collection via Stripe Checkout

velvet scaffold
#

Okay then here goes another question, Can I fill an email field via passing value in the url? Also how can I show "Name on Card" field.

sweet summit
velvet scaffold
#

Actually I have a setup where I ask for few information on the first step and then redirect them to the stripe checkout page. Currently there are few fields (may be they are standard ones from stripe) but I want to add more fields in there. Also I want to display order summary so the customer can know what they are paying for. I am having hard time in getting those two issues fixed. Surely, I am looking into the custom field docs you shared above.

sweet summit
#

Hmm so you are using both a SetupIntent to collect some info and then using Stripe Checkout as well?

velvet scaffold
#

For now I am only using SetupIntent to get the information, it is my first time building stripe custom order form.

sweet summit
#

Yeah this is a bit contrary to the ideal flow for Stripe Checkout.

#

Like mostly you want to just collect all or most of the info via Stripe Checkout

#

Or you use your own custom forms without Stripe Checkout and use Elements

#

Sounds like you are doing a combo which is going to force your customers to do a lot of duplicate entry of info

velvet scaffold
#

However if you can point me to the correct flow that would be a lot of help

sweet summit
#

That flow works fine.

#

It will use Payment Element