---
title: "Pending events"
slug: "pending-events"
description: "The user manual provides comprehensive guidance on using the Antavo Management UI for managing loyalty programs."
updated: 2025-04-15T12:57:36Z
published: 2025-04-15T12:57:36Z
canonical: "docs.antavo.com/pending-events"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.antavo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pending events

The Pending events module allows you to confirm customer actions before they are registered in the customer’s event history as events, and before automatic mechanisms are activated (such as rewarding customer actions with points, triggering workflows, or assigning coupons).

⚠️

It’s important to know a pending period for transaction confirmation is only available in the [Checkout accept](/v1/docs/checkout-accept) module. The Pending events module can handle only **non-checkout-related** events.

To access the module configuration page, search for Pending events under the Modules menu. The page will open to the Events tab with the list of events that are currently pending with the following information:

| **Date** | The registration date of the event |
| --- | --- |
| **Expires in** | The date when the event will be automatically validated or invalidated based on the configured settings |
| **Customer ID** | The unique identifier of the customer associated with the event |
| **External ID** | The identifier of the transaction impacted by the event. Relevant only for events where the Transaction ID is available |
| **Action** | The identifier of the event to be registered |

![](https://cdn.document360.io/08a474ca-8fb4-4c3c-9cd8-665242086cd3/Images/Documentation/pending_events_list.png)

## Settings

Under the Settings tab, configure the mechanism of automatically validating or invalidating pending events:

- Select the**action** Choose whether to validate or invalidate the events upon expiration.
- Set the **expiration days** Specify the duration of the pending period, which determines when events expire.
- Select the **rule** Decide whether the events selected should be included or excluded from the mechanism.
- Select**events** to be handled by the module Choose the events affected (included or excluded) by the configured pending event management. Note that **checkout-related events and the Optin event cannot be added** to pending events, Please use the [Checkout accept module](/v1/docs/checkout-accept) to confirm or reject purchase events.

![](https://cdn.document360.io/08a474ca-8fb4-4c3c-9cd8-665242086cd3/Images/Documentation/loyalty.staging.antavo.com_26729_extensions_pendingevents_settings.png)

## Manual validation and invalidation

By clicking the **Edit** button on the list of pending events on the Events tab, you can find detailed information about the specific events.

Also, you can manually approve or reject it before it is handled by the automatic mechanism:

- Navigate to the **Events** tab of the Pending events module configuration page
- Click the **Edit** button by the event you want to handle
- Click **Validate event** or **Invalidate event** to approve or reject the event

![](https://cdn.document360.io/08a474ca-8fb4-4c3c-9cd8-665242086cd3/Images/Documentation/pending_event_edit.png)

Once you validate or invalidate the event, this action cannot be undone, and the event will be removed from the list of pending events.

## Compatibility with the Multi-accounts module

The [pending event](https://developers.antavo.com/docs/api-events#pending), which is registered when an event that should initially be in pending status is submitted, is assigned to the same [account](/v1/docs/multi-accounts) as the incoming event.
