#sergio-klarna-futurepayments
1 messages · Page 1 of 1 (latest)
Hello koopajah, maybe it does not make sense but, I would like to offer klarna as payment method in a workflow where we want to save the card used by the customer
@signal halo that's not possible today. Klarna doesn't offer recurring payment where you collect their account details and can charge them any time. You have to handle this "on session" by bringing the customer back to your app to pay with Klarna for each purchase
sergio-klarna-futurepayments
ok understoop so in order to offer klarna the approach is to create a payment intent together with the payment collection
right?
yes
ok can I ask you another additional question considering that payment intention is they way to go
??
sure just ask!
is it possible to only collect the payment details on the client, and execute the payment intent creation and confirmation direclty in the server where we are able to control our domain transaction ?
I am imaging something like:
- Show to the customer the payment elements, they include all the info
No that will never work with Klarna, you always have to redirect to their website at some point
ok so let's say that we need to collect and confirm the payment in the client before going to backend in order to "persist" our transaction
Sorry @signal halo what's the question?
I mean, in order to use klarna we need to collect and confirm the payment intent in the client, you can not make the confirmation directly from the backend after collect all the payment details
is it right?
I am asking if there are any option where we can confirm/authorize the payment in the server at the same time we execute our domain operations
considering your comment about the redirection, I suppose that the answer is no, you need to finish the confirmation in the client
gotcha so no the answer is no in this case. You do your operations after the confirmation succeeded or failed