#billhyuou
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
you mean 3ds ?
This supported 3ds pays:
https://stripe.com/docs/payments/accept-a-payment?platform=android
use PaymentSheet?
Once you implement it, you can test 3DS payments with one of these test cards:
https://stripe.com/docs/testing#regulatory-cards
yes
but we find this not confirm 3ds
we only 3ds Validation
What you mean by that ?
The binding card has already been bound in the webpage, and we only need to verify the 3ds in SDK
only need confirm 3ds
Why you are splitting the flow like that ?
if you started a flow in the web then completed in the web.
If you want to confirm/authenticate that payment method collected from the web
you can use setupintent with the sdk
Do you have a code for reference
I didn't did a test yet, but you can give it a try. you create a SetupIntent:
{
customer: {CUSTOMER_ID},
payment_method: {PAYMENT_METHOD},
payment_method_types: ['card'],
confirm: true
}