# How to redeem points for money

1.cashCredit built-in extension

If you are using myCred plugin please check cashCred extension:

<https://mycred.me/add-ons/cashcred/>

<https://mycred.me/blog/launching-2-0-beta-version-soon/>

2\. Manual way with request form

Cashback tracker plugin is plugin for tracking orders and converting them to points. Since, each site has own currency, payment system, location, we can't add withdrawal option, so, you must make payments to users manually. For this, you must have cashback request form on site. Users can apply form and request their money.

We recommend to use free and easy plugin [Contact form 7](https://wordpress.org/plugins/contact-form-7/).

Great thing in this plugin that you can add special placeholders in form. Check all available [mailtags](https://contactform7.com/special-mail-tags/).

For example, you can create form and place placeholder `[_user_login]`in content of form and it will be replaced by user login in email. Then, you can go to `Users` - `All user` and find user. Then, you can make payment to user and deduct his approved points. Contact form has many options and fields, you can add, for example, field where user can leave his paypal address, bank account, etc.


---

# 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://ctracker-docs.keywordrush.com/how-to/how-to-redeem-points-for-money.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.
