# Klarna payment actions via Verifone Central

Use this tutorial to perform payment actions (authorize, one manual capture, cancel, refund, partial refund and multiple partial refunds) with Klarna from Verifone Central.

## Payment actions for Klarna Ecomm <a href="#payment-actions-for-klarna-ecomm" id="payment-actions-for-klarna-ecomm"></a>

### Capturing a transaction <a href="#capturing-a-transaction" id="capturing-a-transaction"></a>

{% hint style="info" %}
The amount can be fully or partially captured and you can do only one partial capture.
{% endhint %}

To capture a transaction from Verifone Central, follow these steps:

1. Log in to your Verifone Central account.
2. Navigate to the **Orders** / **Transaction** page and keep the *Orders* view.
3. Select the **Transaction ID** from the drop-down menu and type the *Transaction ID* in the search bar.
4. Click on the transaction and navigate to the **Actions** tab.
5. Select the **Capture** option and fill in the **amount**.
6. Click **Capture**.

<div data-with-frame="true"><figure><img src="https://verifone.cloud/sites/default/files/inline-images/1_58.jpg" alt=""><figcaption></figcaption></figure></div>

### Cancelling a transaction <a href="#cancelling-a-transaction" id="cancelling-a-transaction"></a>

{% hint style="info" %}
You can cancel only the full amount, as partial void/cancel is not supported.
{% endhint %}

To void/cancel an authorized transaction from Verifone Central so that the consumer has no longer a hold on the account for their Klarna transaction, follow these steps:

1. Log in to your Verifone Central account.
2. Navigate to the **Orders** / **Transaction** page and stay on the *Orders* view.
3. Select the **Transaction ID** from the drop-down menu and type the *Transaction ID* in the search bar.
4. Click on the transaction and navigate to the **Actions** tab.
5. Select the **Cancel** option.
6. Click **Cancel transaction**.

<div data-with-frame="true"><figure><img src="https://verifone.cloud/sites/default/files/inline-images/2_27.jpg" alt=""><figcaption></figcaption></figure></div>

### Refunding a transaction <a href="#refunding-a-transaction" id="refunding-a-transaction"></a>

A shopper who has used Klarna to pay for a purchase can request full, partial, or multiple partial refunds. This is how you can issue a SALE\_SETTLED transaction refund action for a Klarna transaction via Verifone Central:

1. Log in to your Verifone Central account.
2. Navigate to the **Orders** / **Transaction** page and keep the *Orders* view.
3. Select the **Transaction ID** from the drop-down menu or type the *Transaction ID* in the search bar.
4. Click on the transaction and navigate to the **Actions** tab.
5. The *Refund* option is enabled. The following validations are in place:
   * The amount cannot be empty.
   * The amount cannot exceed the remaining amount of the original payment that the refund is for (**e.g.**, 100 SEK, a refund cannot be done for 101 SEK).
   * The message is optional.
   * Refunds can be done for the full amount or partial amount until the original value is reached.
6. Enter the **amount** you want to refund.
7. Optionally, include a **reason** for the refund.
8. Click **Refund**.
9. If your refund is successful, the shopper is notified in their Klarna app.
   * If the recipient of a refund cannot receive push notifications, the refund will be visible in the Klarna app next time the recipient logs in. The refund is displayed in the recipient’s bank account statement as well.
   * If your refund is successful, the transaction is linked to the original transaction and listed in the transactions report, and details are displayed in the transaction logs.

<div data-with-frame="true"><figure><img src="/files/PcS2wEFGAC6S942QdmOS" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/online-payments/payment-actions/klarna-payment-actions-via-verifone-central.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
