Enum KlarnaEnvironment
The API is accessible through a few different URLS. There are different URLs for testing and for making live purchases as well as different URLs for depending on if you are based in Europe or in the U.S.
Namespace: Klarna.Rest.Core.Common
Assembly: Klarna.Rest.Core.dll
Syntax
public enum KlarnaEnvironment
Fields
Name | Description |
---|---|
LiveEurope | The API for the European live environment (https://api.klarna.com/) |
LiveNorthAmerica | The API for the U.S. live environment (https://api-na.klarna.com/) |
TestingEurope | The API for the European testing environment (https://api.playground.klarna.com/) |
TestingNorthAmerica | The API for the U.S. testing environment (https://api-na.playground.klarna.com/) |