#indunil

1 messages · Page 1 of 1 (latest)

kindred gulchBOT
dapper sun
#

What's the question/concern?

forest sleet
#

sorry, earlier my post didn't save correctly, I just edited the post.

dapper sun
#

Can you share an example pi_xxx where Klarna wasn't available?

forest sleet
#

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,
},
};

dapper sun
#

I need the ID of that Payment Intent you're creating

#

(I suspect the amount is beneath the minimum amount supported by Klarna)

forest sleet
#

Sure, let me share the id

#

This is id: pi_3MqXqdDQAvT8hGjr2a1De4Fr

dapper sun
#

Checking

forest sleet
#

oh ok, is there any way that we can extend for other countries ?

dapper sun
#

Well, more specifically not USD. You can use: eur, dkk, gbp, nok, sek

#

Not as a SE merchant no

forest sleet
#

Thank you, would you please share the document, that mentioned that it's not support SEK merchant?

dapper sun
#

I just did (although not super clear)

forest sleet
#

ok thank you very much, will read the document.

dapper sun
#

np! I think we can make that clearer, will share with the docs team

#

But again, not super clear which currencies map to which countries