> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/payment-actions/vipps-payment-actions-via-verifone-central.md).

# Vipps payment actions via Verifone Central

Use this tutorial to perform payment actions (partial capture, capture, sale, cancel, partial refund, full refund, multiple refunds) with Vipps from Verifone Central.

### Payment actions for Vipps <a href="#payment-actions-for-vipps" id="payment-actions-for-vipps"></a>

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

{% hint style="warning" %}
You can only perform a delayed capture transaction from Verifone Central. The minimum amount that you can capture is 1 NOK. The amount can be fully or partially captured, and you cannot do multiple partial captures.&#x20;
{% 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="/files/VZHn9LcyWuFuUA7T1hIN" alt=""><figcaption></figcaption></figure></div>

#### Canceling a transaction <a href="#canceling-a-transaction" id="canceling-a-transaction"></a>

{% hint style="warning" %}
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 his Vipps transaction, 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 **Cancel** option.
6. Click **Cancel transaction**.

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

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

A shopper who has used Vipps 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 Vipps 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 and 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 be less than 1 NOK and more than 999999999999.99 NOK. Moreover, the amount cannot exceed the remaining amount of the original payment that the refund is for (e.g., 100 NOK, a refund cannot be done for 101 NOK).
   * Only NOK is accepted as currency.
   * 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 Vipps app.
   * If the recipient of a refund cannot receive push notifications, the refund will be visible in the Vipps 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/KMEPufIVMsic1z66JlzN" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
