#wulff-13-pi-sca
1 messages · Page 1 of 1 (latest)
Hello, can you share the Payment Intent ID?
SCA failed but the bank approved the transaction
Sounds unlikely
pi_3KeIKmIXmFfWZ4Ev1Ih5eVSJ
As you can see, it just skipped SCA entirely and went straight to payment success
Well, 3DS as attempted but seemingly the issuing bank was offline at the time (so we just bypass it and process the payment anyway)
So you'd need to handle that error accordingly
The problem is we don't know how to handle that error. The client just receives the error via the error callback that prints out the line I wrote in my question
So how can we distinguish (client side) from this error and a success
Is there a specific "payment was processed due to 3ds being offline" error code we can check for?
Yeah, looks like it was this API request: https://dashboard.stripe.com/logs/req_ILhOqzTaU7tEVV
It says the log could not be found.
Why are throwing an error when it returned a 2xx?
I'm not throwing any errors. This is the Stripe SDK giving an error callback
on Android
We pass the client secret into the 3ds component in the sdk like we normally would, and it just returns immedaitely with the error I wrote
Hmm, I would recommend creating an issue over on the GH repo for stripe-android: https://github.com/stripe/stripe-android/issues
I don't really have much Android experience but this sounds like something the SDK should be able to handle