> For the complete documentation index, see [llms.txt](https://docs.recomsale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recomsale.com/features/payment/store-credit.md).

# Store Credit

You can choose to pay affiliates commissions in the form of store credits, store credits cannot be withdrawn directly in monetary form, your affiliates can only redeem them for coupons, which can be used to purchase products in your store.

### Set store credit redemption condition

Go to **Settings** > **Payment Settings** and you can set the redemption conditions for store credit, as well as the prefix for discount codes redeemed by affiliates.

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

### Pay with store credit

After you generate a commission bill on the **Affiliate Order** menu, go to **Payment**, select the pending commission payment you want to pay the commission for, and then select **Pay with store credit**.

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

After checking the commission bill details, click **Confirm and send credit**, the commission bill will be paid successfully and the commission on the bill will be added to the affiliate's store credit balance in the form of points.

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

Affiliates can view their balance in **Payments** > **Store Credits** and redeem it for coupons at any time to use on products in your store.

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

In addition, you can also check the affiliate's store credit status in **Affiliate Details.**

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


---

# 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.recomsale.com/features/payment/store-credit.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.
