> 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/mobilepay-payment-actions-via-verifone-central.md).

# MobilePay payment actions via Verifone Central

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

## Payment actions for MobilePay <a href="#payment-actions-for-mobilepay" id="payment-actions-for-mobilepay"></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 DKK. The amount can be fully or partially captured, and you cannot do multiple partial captures.
{% 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.
   * Select the **Transaction ID** from the drop-down menu and type the *Transaction ID* in the search bar.
   * Click on the transaction and navigate to the **Actions** tab.
   * Select the **Capture** option and fill in the **amount**.
   * Click **Capture**.
     * If the amount field is left empty (0.00) and capture is selected, on pressing the **Capture** button the entire amount will be captured.
     * It is not allowed to capture more than the permitted value received from the transaction.

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

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

You can cancel only the full amount, as partial void/cancel is not supported.

To void/cancel an authorized transaction from Verifone Central so that the shopper has no longer a hold on the account for the MobilePay 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/bDBC8BktY8ymonyyzWGg" alt=""><figcaption></figcaption></figure></div>

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

A shopper who has used MobilePay 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 MobilePay 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 less than 1 DKK/Euro and more than 999999999999.99 DKK/Euro. Moreover, the amount cannot exceed the remaining amount of the original payment that the refund is for. (e.g., if the original transaction is for 100 DKK/Euro, a refund cannot be done for 101 DKK/Euro).
   * 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 the refund is successful, it will be displayed in the recipient’s bank account statement. Also, the transaction is linked to the original transaction and listed in the transactions report, and details are displayed in the transaction report in Verifone Central.

<div data-with-frame="true"><figure><img src="/files/tBpkttZZj3QqMb7SVQqv" 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/mobilepay-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.
