#GiovanniV - API Timing
1 messages · Page 1 of 1 (latest)
I would recommend some load testing to validate that the APIs will respond sufficiently quickly for your purposes.
for error handling what are the code related to Klarna only, I see many code here https://stripe.com/docs/error-codes but not related to Klrana just the full payment element can you help and guide to the errors related only to this payment Method type Like Klarna.
We don't have lists specific to each payment method as far as I know.
how do I guide a customer that only is using Klarna
I need to put together mapping document that shows Klarna errors mapped to Stripe errors . Can you help me with guide on what Stripe Errors are related to vendors like Klarna
Hi there! Taking over for @main wigeon here. Give me one sec, catching up
Thank you!
Just kidding, I'm taking over 😄 Can you share some examples of the Klarna errors you're referring to? What are you trying to map together?
Our integration guide covers the Stripe interfaces you're be expected to handle, so I'm curious what you're concerned about here, exactly.
like a payment failure standard transaction notices
the client is only using Klarna so is confusing to see all the error codes when none apply specifically for Klarna
Can you point me to a specific resource I can review? Or an example code/id you're trying to map?
Yes that page lists error codes applicable to many different integration patterns
witch ones are only related to Klarna ?
I'm not sure, specifically. Our docs on Klarna integrations explain how you can expect to see payment methods detached from your Payment Intent and have then return to the requires_payment_method status:
https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web#web-failed-payments
OK, and what scenario are you encountering that you're not able to handle?
Can you tell me steps to follow to get into the same state?
The client is building on Payment Element a checkout experience only with Klarna . the development team need to know what erros to handle as the documentation provides no guidance on specific Klarna error message .
I think we should take a step back. Our integration guide explains the path for accepting Klarna payments and how your payment intents will be affected.
I'm not sure of any specific errors that would be related to this after the redirect. You can test the flow where Klarna declines the payment using the credentials provided here:
https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web#testmode-guide
and I expect that would follow the flow described in the failed payments section I mentioned above
I suggest working through this to see how it works