#wulff-13-pi-sca

1 messages · Page 1 of 1 (latest)

brittle temple
#

Hello, can you share the Payment Intent ID?

#

SCA failed but the bank approved the transaction
Sounds unlikely

agile dew
#

pi_3KeIKmIXmFfWZ4Ev1Ih5eVSJ

#

As you can see, it just skipped SCA entirely and went straight to payment success

brittle temple
#

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

agile dew
#

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?

brittle temple
agile dew
#

It says the log could not be found.

brittle temple
#

Why are throwing an error when it returned a 2xx?

agile dew
#

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

brittle temple
#

I don't really have much Android experience but this sounds like something the SDK should be able to handle

agile dew
#

Alright, that's what I wanted to know

#

Like if this was a bug or because I did something wrong

#

Thanks