PHPackages                             tuutti/php-klarna-ordermanagement - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. tuutti/php-klarna-ordermanagement

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tuutti/php-klarna-ordermanagement
=================================

The Order Management API is used for handling an order after the customer has completed the purchase. It is used for all actions you need to manage your orders. Examples being: updating, capturing, reading and refunding an order. Read more on the \[Order management\](https://docs.klarna.com/order-management/) process. # Authentication &lt;!-- ReDoc-Inject: &lt;security-definitions&gt; --&gt;

2.2.1(5mo ago)063.7k↓75.5%1[1 PRs](https://github.com/tuutti/php-klarna-ordermanagement/pulls)unlicensePHPPHP ^7.4 || ^8.0CI failing

Since Oct 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/tuutti/php-klarna-ordermanagement)[ Packagist](https://packagist.org/packages/tuutti/php-klarna-ordermanagement)[ Docs](https://openapi-generator.tech)[ RSS](/packages/tuutti-php-klarna-ordermanagement/feed)WikiDiscussions 2.x Synced 3d ago

READMEChangelog (10)Dependencies (5)Versions (22)Used By (0)

php-klarna-ordermanagement
==========================

[](#php-klarna-ordermanagement)

The Order Management API is used for handling an order after the customer has completed the purchase. It is used for all actions you need to manage your orders. Examples being: updating, capturing, reading and refunding an order.

Read more on the [Order management](https://docs.klarna.com/order-management/) process.

Authentication
==============

[](#authentication)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/tuutti/php-klarna-ordermanagement.git"
    }
  ],
  "require": {
    "tuutti/php-klarna-ordermanagement": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
