> For the complete documentation index, see [llms.txt](https://docs.changeup.com/salesforce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.changeup.com/salesforce/salesforce-b2c-commerce/setup-and-configuration/configuration-dashboard/donate-at-checkout/donation-types.md).

# Donation Types

### **Donation Type Actor**

Is the entity that will be monetarily responsible for the donation. There are three actor values to choose from based on the merchant’s preference:

* **Merchant**: The merchant is solely responsible for funding the donation.
* **Customer**: The customer is solely responsible for funding the donation.
* **Merchant/Customer Match**: The merchant will match the donation amount of the customer, and both are responsible for funding their donation amount.

<figure><img src="/files/AlKx80E62UaYPQFsSiyb" alt="Who makes the donation controls"><figcaption><p>Who makes the donation controls.</p></figcaption></figure>

### **Donation Type Option**

The donation type option is the method used to calculate the monetary donation amount. There are three options available for the merchant to choose from:

* **Fixed**: A fixed donation amount can be set within the Fixed Amount input.
* **Percentage**: The *<mark style="background-color:yellow;">donation amount will be calculated as a percentage of the adjusted merchandise total (subtotal)</mark>*. The percent amount can be set within the ***Enter Percentage*** input.
* **Round-up**: The donation amount will be calculated as a round-up of the monetary value to the right of the decimal point (i.e., USD: cents). This *<mark style="background-color:yellow;">round-up is calculated using the order total</mark>* and will always cause the order total to calculate to a whole monetary value (e.g., $39.49 will round to $40.00 and the donation amount would calculate to $0.51).

<figure><img src="/files/K4OQCS4lVNdDweRebTF9" alt="What&#x27;s the donation format controls."><figcaption><p>What's the donation format controls.</p></figcaption></figure>

\ <br>


---

# 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:

```
GET https://docs.changeup.com/salesforce/salesforce-b2c-commerce/setup-and-configuration/configuration-dashboard/donate-at-checkout/donation-types.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.
