#JoeAdroit
1 messages · Page 1 of 1 (latest)
When you say 'test', what do you mean exactly?
okay, sure. But what are you testing for?
Also, do you have any insight as to why paylater payments like Klarna sometimes come through with status 'requires_action'?
Testing Klarna, trying to replicate what happens when customers Intent is 'requires_action'
I notice there can be around 10 min. delay and it will update from requreies_action to uncaptured on its own. I'm guessing this is the user filling out Klarna data, but it sounds like Stripe is awaiting action from our application
I believe that happens when the user abandons the Klarna modal and doesn't finish checking out. Is that happening for all your Payment Intents? Or a small subset?
Small subset
I found documentation, so 'requires_action' is always awaiting customer then?
Correct. That means that the customer needs to either authenticate via 3DS, or finish the checking out via the modal that pops up for buy-no-pay-later types of payments.