#noal.amaya-klarna
1 messages · Page 1 of 1 (latest)
What specifically are you using now? Are you using the Payment Element and calling confirmPayment or are you using confirmKlarnaPayment?
👍 Gotcha - I believe you can try and handle this redirect yourself and display the site in a modal (see https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web#handle-redirect).
I'm not 100% sure if this is recommended or whether this will work for all of the payment methods you've mentioned, but you've already mentioned it worked specifically for klarna so it should be fine for that specific case
ok I will try! thx
Copying your question here:
We want to do several payments integrations depending on the web domain (ideal, klarna, multibanco...). That can be managed by Stripe backoffice and then Stripe know what methods have to show depending on locale/country parameter? We have seen that an array of payment methods must be passed to the PaymentIntent and that makes me think that we have to manage it ourselves.