#cgy

1 messages · Page 1 of 1 (latest)

gloomy vesselBOT
desert zenith
#

Hi there, can you tell me what you want to achieve?

lusty sonnet
#

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.

desert zenith
#

You can collect a payment method first, and use the saved payment method to charge your customer.

lusty sonnet
#

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.

desert zenith
#

Creating a PaymentIntent requires a secret key, and you should only do it from you backend.

#

What you can do from your mobile app is to create a request to your server, and let your server create a charge on your customer.