# Merchant Lifecycle

## Status

![](/files/JkAz4sX5e6MgZhJqf6Av)

The Merchants table Status column indicates the merchant's stage in the lifecycle. There are multiple options in the workflow:

1. **Editing**
   * Merchant is applying and/or editing application
2. **In Review**
   * Applied for merchant status and in review
3. **Submitted to PE**
   * Review completed, awaiting processor approval
4. **Active**
   * Merchant is active and can process transactions
5. **Declined**
   * Merchant application was declined
6. **Suspended**
   * Merchant is suspended

You can view the merchant overview by clicking on the row.&#x20;

![](/files/EngXuAnER8Uo1GdNNkgD)

## Editing Status

The EDIT button next to the status provides the ability to makes changes.

![](/files/wVCAgJZlBuktkcw1ySpi)

{% hint style="info" %}
In sandbox mode, you can edit merchant status to any other stages of the workflow.
{% endhint %}


---

# 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.payengine.co/developer-docs/merchant-onboarding/merchant-lifecycle.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.
