#sweetpotato8776
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/finalize-payments-on-the-server?platform=web&type=payment#enable-payment-methods I see only BLIK is mentioned in the limitation. Have you tried it out with Klarna?
oh thank you. i try it out
The PaymentMethod provided (klarna) is not allowed for this PaymentIntent.
Please attach a PaymentMethod of one of the following types: card.
Alternatively, update the allowed payment_method_types for this PaymentIntent to include "klarna".; request-id: req_SoEzgzBlnystJ2
what does it mean?
As the error message suggests, you need to include klarna in the PaymentIntent's payment_method_types
https://dashboard.stripe.com/test/logs/req_umrE31dHh9xEro You can set a payment_method_types and include klarna in it when creating a PaymentIntent
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can i using automatic_pay_methods?
Yes you can
also klarna??
Yes you can enable klarna in the you auto payment methods setttings
The PaymentIntent supplied is not in the requires_action state.
what is "requires_action state"?
https://stripe.com/docs/payments/paymentintents/lifecycle you can learn more about the lifecycle here
I don't want to confirm right away, but does Klarna have to give confirm as true?