#s0__0-payments
1 messages · Page 1 of 1 (latest)
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
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?
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
for my case, which doc should i follow?
actually i have not collect their name, but i dont need it. Can i just create a dummy name for them? Or it must match the card real name for the transaction success?
If you want to follow a guide on using Checkout you should look at https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
Typically with Checkout we will ask for the name on th card - I don't think there's any way around that
okok let me follow this, get back to you tmr
thanks a lot!