#s0__0-payments

1 messages · Page 1 of 1 (latest)

simple linden
#

s0__0-payments

#

Also copying your question here:
when user filled the card information on his client side, how can the product imformation pass to my server side ?

#

Let's back up for a minute - are you using Checkout? Elements? or are you still in the early stages of deciding how to build your integration on stripe

proper ginkgo
#

i am in day one, but very confuse with many different method to pessent the payment, a bit lost

#

as my understanding,
Checkout is a seperate stripe page , showing a form for use to fill in card information right ? This method can't remove email and customer name fields, right?

but i have already collect those data in previous page, so i could only choose "elements" choice?

simple linden
#

If you already collect email and customer name on earlier pages you can create the Customer upfront and then pass that in to the Checkout session so that it doesn't collect that information again

proper ginkgo
proper ginkgo
simple linden
#

Typically with Checkout we will ask for the name on th card - I don't think there's any way around that

proper ginkgo
#

okok let me follow this, get back to you tmr
thanks a lot!