My request parameters:
{
<...>
"locale": "da-dk",
"merchant": {
"id": "7765",
<...>
},
"purchase_country": "DK",
"purchase_currency": "DKK",
<...>
"shipping_address": {
"country": "DK",
<...>
"postal_code": "00100",
<...>
}
}
The Klarna’s server responds:
Response:
{
"http_status_code": 403,
"http_status_message": "Forbidden",
"internal_message": "not_accepted_purchase_country"
}
Denmark is listed as a Klarna’s supported country.
It is also listed in my merchants account:
I use the version 2 of the Klarna’s checkout API