# See Order Failures with Process Events

Limio integrates tightly with other systems such as Zuora and Stripe. And sometimes, things go wrong.

That's where process events come in. Process events are created as part of order execution. It holds:

* Callouts made to other systems, including endpoint and time to execute
  * Payload for each individual callout can be viewed
* Errors from third-party systems.
* Detailed logs on the order processing.

## **How to find process events**

### **Through events**

Go to events, and click on Process Events in the upper right corner.

<figure><img src="/files/J0ouGoihdbrT8OWUQo5q" alt=""><figcaption></figcaption></figure>

Once you get to the process event page, you can filter by all the process errors with events.

<figure><img src="/files/lhPdX1SbeZFzHsHCFQYt" alt=""><figcaption></figcaption></figure>

### **Through the Subscriptions**

If you are looking for a specific Customer, go to Subscriptions and search for the Event table. Click on the Event you are interested in.

<figure><img src="/files/wR4WHvD0nA0BaFIRymZz" alt=""><figcaption></figcaption></figure>

You can then click on the Process Events.

<figure><img src="/files/fbqUFdvKnnbvIIEpNXF8" alt=""><figcaption></figcaption></figure>

## **Call out made to third-party systems.**

Limio allows you to view each callout made to a third-party system. The table will include a timestamp, the specific endpoint called and the time taken to perform the callout.

<figure><img src="/files/qXtbZrkZyDNLLRbLlwYz" alt=""><figcaption></figcaption></figure>

You can click on each individual callout to view the payload sent to the callout endpoint.

<figure><img src="/files/6GdC1k3SmINeIiZiJv4N" alt=""><figcaption></figcaption></figure>

## **Errors from third-party systems.**

If a third-party system failed, we will include the top-level error message from the system, as well as detailed logs. Process events populate for both Zuora and Stripe billing providers.

For example, in the screenshot below, Zuora needs to receive a correct product code - this means the Limio Offer wasn't properly configured and is missing a Zuora product code. For Stripe, similar configuration errors (such as a missing Stripe Product ID on the Offer) surface in the same way, with the Stripe error message and code included in the event details.

<figure><img src="/files/91KAwy9qSysHuV6Zmixt" alt=""><figcaption></figcaption></figure>

## **View process event logs**

To gain an insight into what's happening during the ordering process, you can view all the logs being made one by one, with an associated timestamp. This is located at the bottom of the process event page, look for the Message header.

<figure><img src="/files/him2RMSXfzZ1ZAOOZqjg" alt=""><figcaption></figcaption></figure>


---

# 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.limio.com/support/troubleshooting/how-to-see-order-failures-with-process-events.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.
