#Mint
1 messages · Page 1 of 1 (latest)
Hi there,
Can you share the PaymentIntent Id ?
Thanks for sharing. When creating the PaymentIntent you need to specify klarna in the field
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types:~:text=%2C interac_present%2C-,klarna,-%2C konbini%2C
Make sure that you had already activated Klarna support in your Dashboard
https://dashboard.stripe.com/settings/payment_methods
Can I use set up intent instead of create payment intent ? Because there not any payment intent create on my flow
But i see the set up intent with 'payment_method_types' there no 'klarna' recommended
Yes SetupIntent doesn't support Klarna
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types
Can I able to create a temp payment intent for the first render ( to show the element I want ) ? And after that I choose the payment method I want then Create and accept a brand new payment intent. Is this achievable ?
Or is there trick to show the klarna by payment element without create a payment intent ?
Hi there 👋 I'm jumping in as my teammate needed to step away. Please bear with me a moment while I catch up on the context here.
Apologies, but I'm not sure I understand what you're trying to accomplish, would you mind trying to clarify?
I also just noticed that it doesn't look like you've enabled Klarna as a Payment Method for your account in either test or livemode.
Maybe I forgot to enabled it . But as i know set up intent is not support klarna
Is there anyway to show Klarna Option with PaymentElement without create payment intent ?
Becase my flow only create payment intent after choose payment method . Not before choose payment method.
Then you won't be able to use the Payment Element as it requires a Payment Intent be provided in order for it to render.
You could add your own custom buttons for the various types of payment methods that you want to offer, and then use those to trigger your Payment Intent creation.
Thanks for your clarification