Get a glimpse of the options you have to access Order management and perform different actions on your orders.
If you have yet to decide which is the best integration option for your business, see the
Touchpoints section.
The Order management API consists of endpoints for handling an order after your customer has completed the purchase. Use the API to perform all actions related to managing your orders.
Authentication
Order management API uses HTTP basic authentication. To authenticate, use your
API credentials that consist of:
You can use the same set of credentials for multiple Klarna APIs, including Order management and Klarna payments.
If you're using an API platform to store your credentials, you can add them in relevant fields. Otherwise, ensure to include the Base64-encoded username:password in the Authorization header field of each API request, as shown below.
1
2
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Authorization request header with Base64-encoded credentials.
Merchant portal
The
Merchant portal is an alternative way of managing orders through a user interface.
For more details about the Merchant portal and API credentials, see the [ Before you start section.]
You can also use Order management if your online store runs on a third-party platform, such as Shopify or Magento.