#Mint

1 messages · Page 1 of 1 (latest)

dark parrotBOT
limber schooner
#

Hi there,
Can you share the PaymentIntent Id ?

merry stirrup
#

pi_3LhYb6L4NHM23dpB1ietesIC_secret_X3UssGmvRtWyjFCY0ztwUBCk7

#

There you go

limber schooner
merry stirrup
#

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

limber schooner
merry stirrup
#

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 ?

dusk oriole
#

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.

merry stirrup
#

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.

dusk oriole
#

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.

merry stirrup
#

Thanks for your clarification