#gael_api

1 messages ¡ Page 1 of 1 (latest)

urban meadowBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1335906998138699789

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

abstract wharf
#

hi there!

#

Can we limit the payment intent to the use of klarna only to payment in 3 times?
no you can't customize the payment options

winged kayak
abstract wharf
#

that's not the creation of the PaymentIntent

#

and yes it's medatory to provide the country when confirming the PaymentIntent

winged kayak
#

Sorry it's at confirmation. does that mean I have to create a country selector on the front side? But which countries should I allow or not?

abstract wharf
#

does that mean I have to create a country selector on the front side?
yes. but you could use Checkout Session instead, which will do everything for you

winged kayak
#

I can't. I have to integrate it live

abstract wharf
#

what does that mean?

winged kayak
#

We are building a custom checkout page. Country is not a required data at the moment. If we offer all countries in the world and klarna payment stripe does not handle this chosen country it is problematic.

abstract wharf
#

yes that's why I recommend using Checkout Session.

winged kayak
#

OK thanks