#pavlos-mobile-confirm
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pavlos_91429, 11 minutes ago, 16 messages
- pavlos-ephemeral-key-qs, 6 hours ago, 11 messages
- pavlos_91429, 3 days ago, 14 messages
- pavlos_91429, 6 days ago, 8 messages
- pavlos_91429, 6 days ago, 33 messages
I'm creating the Stripe subscription server-side, giving the client secret of the payment intent to the clients (Android, iOS, Web), and want the clients to confirm the payment and do any redirections they need for 3DS.
For Web, this was possible by using confirmCardPayment using a payment method ID and the client secret.
What are you using to collect the payment method details? Are you planning on using Payment Sheet
I already have the payment method details from another flow where they enter their payment method details.
So I already have a payment method ID.
Gotcha - let me dig around for the doc
Hello! Did you find anything regarding this in the end?
For iOS I think you want STPHandler.confirmPayment
and for Android it'd be the PaymentLauncher confirm (https://stripe.dev/stripe-android/payments-core/com.stripe.android.payments.paymentlauncher/-payment-launcher/index.html#74063765%2FFunctions%2F-1622557690)