#gael_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
hi there!
I see in the demo that you have to send the buyer's country in the creation of the payment intent.
where do you see this? I don't see it here: https://docs.stripe.com/payments/klarna/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#web-create-payment-intent
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
that's not the creation of the PaymentIntent
and yes it's medatory to provide the country when confirming the PaymentIntent
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?
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
I can't. I have to integrate it live
what does that mean?
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.
yes that's why I recommend using Checkout Session.
OK thanks