#syedmsohaib
1 messages · Page 1 of 1 (latest)
Klarna doesn't support SetupIntents API
https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-buy-now-pay-later
thats so stupid of me :/ thanks what to do if i want to have payment collected in future bec invoice and service has to be performed after few days of making order
I don't believe klarna supports that usecase
Klarna payment confirmation has to be customer initiated. So there's no way to collect and store the payment method prior to charging it.
i think i have to play with Ui/UX like a radio button
-
if user select Buy now Pay later, use paymentIntent and create Element based on that proceed with klarna
-
if user selet card
proceed with setupIntent
whats your take on this ?
Yup sounds good to me, would recommend testing it out just to be 100% certain
great ! thanks man