#indunil
1 messages · Page 1 of 1 (latest)
What's the question/concern?
sorry, earlier my post didn't save correctly, I just edited the post.
Can you share an example pi_xxx where Klarna wasn't available?
Sure, this is sample payment intent, im sending to stripe
var options = new PaymentIntentCreateOptions
{
Amount = 100,
Currency = "USD"
Metadata = { { "orderId", "123456" } },
Description = "Test checkout",
AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions
{
Enabled = true,
},
};
I need the ID of that Payment Intent you're creating
(I suspect the amount is beneath the minimum amount supported by Klarna)
Checking
As a SE merchant, you can only offer Klarna for SEK payments: https://stripe.com/docs/payments/klarna#payment-options
oh ok, is there any way that we can extend for other countries ?
Well, more specifically not USD. You can use: eur, dkk, gbp, nok, sek
Not as a SE merchant no
Thank you, would you please share the document, that mentioned that it's not support SEK merchant?
I just did (although not super clear)
ok thank you very much, will read the document.
np! I think we can make that clearer, will share with the docs team
There's also: https://stripe.com/docs/payments/payment-methods/integration-options#country-currency-support
But again, not super clear which currencies map to which countries