# Record pending orders as referrals

For the orders that are not paid by the customers, their status shown in the Shopify admin is <mark style="color:yellow;">Payment-pending</mark>, or <mark style="color:yellow;">Pending</mark> for short. By default, <mark style="color:red;">**UpPromote**</mark> will only track the referral orders that are marked as <mark style="color:green;">Paid</mark> in Shopify admin, so you won't see those pending orders in the app.

{% hint style="info" %}
Such orders are very common, especially when you have **COD (cash on delivery)** enabled as a payment method in your Shopify store. COD orders will be marked as <mark style="color:green;">Paid</mark> after the customers receive them and pay.
{% endhint %}

<figure><img src="/files/obMddZdrVy9ueMzN4UQi" alt=""><figcaption><p>A pending (payment-pending) order in Shopify admin</p></figcaption></figure>

If you want <mark style="color:red;">**UpPromote**</mark> to track and show the referrals even when they're pending in Shopify, you should enable **Record pending orders as referrals** by going to **Settings** > **General** > **Referral review**.

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

By enabling the feature, the <mark style="color:yellow;">Pending</mark> referral orders (as in the Shopify admin) will be recorded into the **Referrals** tab, just like other referrals orders.


---

# 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.uppromote.com/settings/general-settings/record-pending-orders-as-referrals.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.
