> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dollarlabs.io/dollarback-store-credit/faq.md).

# FAQ

> **If I add store credit from the Shopify admin to a customer, does it get reflected on the widget for the customer?**

No, adding a store credit manually from the admin <mark style="color:red;">**does not automatically update**</mark> the widget, this is because Shopify doesn't push real time updates to the store credits added / removed from a customer account from admin.

To sync the latest balances to the customer's account, you can follow the screenshot below&#x20;

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

{% hint style="info" %}
Note that syncing the balances does not sync the manual credit / debit 's logs to the app. Instead this log is only viewable from the Shopify admin under the customer's store credit balances.
{% endhint %}

> **When are the notifications for the expiry email triggered ? Can I configure when these emails are triggered ?**

The store credit expiry reminder emails are triggered at 1, 3 and 7 days before the actual expiration date and are sent at the same hour of the day as the expiration date's time.

{% hint style="warning" %}
No, currently we do not offer custom schedules for the email trigger. However, we're working on adding support for this soon.
{% endhint %}

> **I don't want to offer store credit on every order / purchase made on the store. I see there is no way to configure such a program on the app?**

Currently, we only support offering rewards on every order. For advanced configurations like yours, we recommend configuring this through Shopify flows where we support these use cases and more easily. Here's [an article](https://help.dollarlabs.io/dollarback-store-credit/automations) that you can follow along for this.


---

# 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://help.dollarlabs.io/dollarback-store-credit/faq.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.
