#Muhammad Tayyab

1 messages · Page 1 of 1 (latest)

mental zenithBOT
plush dew
#

Hi there!

#

Can you clarify what "Not accessible anymore" means? Does result.paymentMethod contains a PaymentMethod object?

main scaffold
#

seems like it is now in a sealed class.

icy parcel
#

Hey! Taking over for my colleague. What are you trying to achieve exactly ? when updating android SDK sure there can be some updated on the SDK/API

main scaffold
#

@icy parcel When I try to authorise a 3D secure 2 card....I ended up on StripeIntentResult.Outcome.FAILED or StripeIntentResult.Outcome.CANCELED state...so I think there might be a fix of that if I update stripe SDK.

icy parcel
#

Are you using PaymentSheet ?

main scaffold
#

No

icy parcel
#

What are you using then ?

main scaffold
#

I can see, we are using below thing to launch to add cards.

AddPaymentMethodActivityStarter(activity).startForResult(AddPaymentMethodActivityStarter.Args.Builder().build())

And using PaymentIntent or SetupIntent for payments.

confirmPayment()
or
confirmSetupIntent()

icy parcel
#

Probably you are using a very old integration.

main scaffold
#

this is correct.

icy parcel
#

Try following this guide for a new integration guide and that supports 3ds:

main scaffold
#

thank you... I will look into this now.