# Cura Fundraising

## General Information

Cura Fundraising is a Swiss software solution for collecting and managing donations.

### Links

* Cura Fundraising [website](https://www.cura-fundraising.ch/)
* Cura Fundraising [login](https://my.cura-fundraising.ch/account/login/)

### Features

* ✅ Transfer of donor data from Payrexx to Cura

{% hint style="info" %}
Please note that integration with Cura Fundraising is only available in the Standard and Premium plans. [For more information](https://payrexx.com/en/prices)
{% endhint %}

## Integration

In the next two chapters, you will learn how to connect Cura Fundraising to Payrexx.

### Configuration of Cura Fundraising

To use Cura Fundraising and establish the connection to Payrexx, you need to have an account with Cura. The first step is to request a [demo](https://www.cura-fundraising.ch/kontakt/).

If you already have an account, please log in and navigate to **Administration > Payrexx**. There, you will find the URL of your webhook for connecting to Payrexx. Copy it to your clipboard, as you will need it later.

{% hint style="info" %}
Your webhook URL will look something like this: <https://my.cura-fundraising.ch/hooks/payrexx/demo/xyz123abc>
{% endhint %}

### Configuration of Payrexx

{% hint style="info" %}
Make sure you're [logged in](https://login.payrexx.com/) to your Payrexx account before you begin. If you don’t have a Payrexx account yet, you can [register](https://signup.payrexx.com/) now.
{% endhint %}

To connect Cura Fundraising to Payrexx, navigate to the **Webhooks** section in the merchant administration of your Payrexx account and click on "Add Webhook":

<div align="left"><figure><img src="/files/okZgYdvx7ydOv21pbgu1" alt="" width="563"><figcaption><p>Adding a webhook in Payrexx</p></figcaption></figure></div>

Now configure the webhook by making the following settings:

1. Give the webhook any name, for example, Cura Fundraising.
2. Paste the webhook URL that you previously copied to your clipboard.
3. Select "JSON" as the content type and "2019-07-16" as the webhook version.

<div align="left"><figure><img src="/files/9NimCNmozxwahKVHjGmJ" alt=""><figcaption><p>Configuring the Cura Fundraising webhook in Payrexx</p></figcaption></figure></div>

Don't forget to save your settings by clicking the green "Add" button.

{% hint style="success" %}
The integration of Cura Fundraising is now complete. Payrexx will now forward all online donations to Cura Fundraising.
{% endhint %}

## Creating a Donation Form

With the Payrexx "Donation" tool, you can now create a donation form and embed it into your website. The following article explains how to do this:

{% embed url="<https://docs.payrexx.com/merchant/v/english/account/tools/donation>" %}

### Assigning donations from Payrexx to a campaign in Cura

To ensure that the donations received through the Payrexx donation form are assigned to the appropriate campaign in Cura, you need to add an additional hidden field to the donation form.

To do this, open your donation campaign in edit mode, switch to the "Contact Information" tab, and click on "Hidden Field" under custom fields:

<div align="left"><figure><img src="/files/jqYh6EOATCUxe1Ia4IW3" alt=""><figcaption><p>Adding a hidden field to the Payrexx donation form</p></figcaption></figure></div>

Configure the hidden field as follows:

1. Enter any title, for example, "Campaign ID."
2. Use "cura\_campaign\_id" as the field name.
3. Copy the ID of your campaign from Cura into this field, for example "23."

<div align="left"><figure><img src="/files/TCeXD5cFhymhk3bdhgsm" alt=""><figcaption><p>Configuring the hidden field in the donation form</p></figcaption></figure></div>

To find the campaign ID, open the relevant campaign in Cura and navigate to "Information" via the settings icon:

<div align="left"><figure><img src="/files/HCG4icJJZNEKGTmyKsmt" alt=""><figcaption><p>Locating the campaign ID in Cura Fundraising</p></figcaption></figure></div>

The campaign ID will be displayed as follows:

<div align="left"><figure><img src="/files/MvS1SPEAIG12Okx41Rqp" alt=""><figcaption><p>The campaign ID and other information about the campaign in Cura</p></figcaption></figure></div>

### Assigning donors from Payrexx to a person in Cura

It is also possible to automatically link the donor from Payrexx to the correct person in Cura. If the donor is not yet in Cura, a new person will be automatically created.

To enable the person linkage, you need to activate the function in the [Cura Control Center](https://my.cura-fundraising.ch/app/administration/switchboard/?q=Kontaktverkn%C3%BCpfungsautomatik).


---

# 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.payrexx.com/merchant/english/integration/business-software/cura-fundraising.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.
