#HVMP - klarna
1 messages ยท Page 1 of 1 (latest)
If that's what's required to get a klarna payment method to be added and then confirmed, then yes. I assume I'll get an next_action field back I would need to complete before that.
Our flow is like:
Create payment intent (just with customer id and manual confirm)
Then add payment method on f/e (currently POC in just go backend), and confirm
- follow next action if there is one
Listen for payment_intent.amount_capturable
So at this stage, I haven't added a klarna payment_method.. so I assume I need to do that and provide a redirect_url?
Is there a test klarna payment_method I could use..?
Since Klarna is a redirect-based payment method you need that front-end part. You can absolutely test it, but you'll have to do the redirect on the front-end and provide the test data: https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web#testmode-guide
Got it.
I haven't attempted applepay yet, but since it's redirect is it a similar situation?
Looks like I might be able to do in go
https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web#handle-redirect
I don't know how I missed these docs ๐ต
Thanks a bunch.
Apologies! You're absolutely right
Klarna is one of the payment methods i'm least familiar with but glad to know this is supported now
Not a worry, you've been a huge help (now and previous annoying questions I've had ๐ )
Thanks again!!!
No problem! Have a good one
you too!