#cgy
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me what you want to achieve?
Hi, I just not very sure about how to charge without customer confirm every on his smart-phone. Because we provide a charge service for EV so we can't sure the fee before customer finished charging. So we want to make a initial payment first, if fee is less we can charge more, if fee is more we can refund. But when fee is less we think we can charge without customer auth again. Is this possible
Actually in china we have a way: For example when I take a taxi, and I arrived my destination. WeChat can pay the money automatically.
I believe you are looking for this: https://stripe.com/docs/payments/save-and-reuse
You can collect a payment method first, and use the saved payment method to charge your customer.
I read this part, and then can this charge our customer without a Stripe payment page on his phone( I mean can charge on our server side auto) or should still provide a Stripe payment page for customer to submit the form.