> For the complete documentation index, see [llms.txt](https://help.decodeage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.decodeage.com/decode-age-support/shipping/how-do-i-get-my-money-back-for-returns-at-decode-age.md).

# How Do I Get My Money Back for Returns at Decode Age?

### Refund Eligibility and Request <a href="#h_d4d0758bc2" id="h_d4d0758bc2"></a>

If you would like to initiate a refund, make sure to log into your account and select the correct order so you can click '[Request Refund](https://help.decodeage.com/en/articles/8570891-how-do-i-get-my-money-back-for-returns-at-decode-age)'. Before doing this, double check to make sure your item meets our return policy criteria, which includes returning within the specified period in its original condition.

Once you are sure that you have followed these criteria, you may proceed to the 'Request Refund' page and complete the form.

### Payment Gateway Refunds <a href="#h_4a38d3f3c4" id="h_4a38d3f3c4"></a>

We understand the refund process can be frustrating, so we try to make it easier for you by crediting the amount back through the exact payment method you used. This helps keep the process of refunds consistent and easy to understand.

### Refund Timing <a href="#h_ec62b42994" id="h_ec62b42994"></a>

Typically, refunds are processed within 7-10 business days after the returned item is received. You should receive a confirmation email once your funds have been issued back to you.

It is important to keep a record of the information regarding your return and to monitor your credit card statement for the refund amount. If you do not see the refund there, contact the customer service department to begin a refund inquiry.

We are always here to help should you require assistance. You can contact us through [email](mailto:care@decodeage.com), phone or [chat](https://wa.me/919009003095).


---

# 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.decodeage.com/decode-age-support/shipping/how-do-i-get-my-money-back-for-returns-at-decode-age.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.
