# Donations

You need to identifying Your IPN Listener to PayPal <https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNSetup/#id089EG030E5Z>:

URL should be: http\://\[your\_domain]/?stm\_check\_donation\_ipn=1

You can set up **Donation** settings and **PayPal API** credentials under **Appearance > STM Donation Options** section .

Donations are created as another custom post type called Testimonials. It has Categories that can be ordered as needed and All Donors list. Here you create just single donation.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/donations.jpeg)

So basically, you create an individual post describing for each work in your Cases archive. After that you go to the **Donations -> Add new**.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/donations-21.jpeg)

You can add an Image, Title and Category(es) for each Work post. Besides this you need to add Donation information under Information tab:

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/donations-31.jpeg)

On the new page you can insert **STM Donations** shortcode from Visual Composer and setup its settings.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/donations-41.jpeg)

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/donations-5.jpeg)


---

# 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.stylemixthemes.com/smarty-theme-documentation/content/donations.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.
