> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/resources-for-donors/questions-about-donations/covering-stripe-processing-fees.md).

# Covering Stripe Processing Fees

When you donate, Stripe’s payment processing fees are deducted from your contribution. You can choose to cover these fees so the full amount reaches the project.

**For example:** \
\
**Without covering fees** \
You give $100 → project receives \~$97

**Covering fees** \
You give $100 + \~$3 → project receives $100

*Stripe processing fees vary by the organization's country, payment method, and card origin. Examples: EU domestic \~1.5% + €0.25, US domestic \~2.9% + $0.30. International cards are higher at approximately 3.25% + €0.25 in the EU and 3.9% + $0.30 in the US.*

#### How can I cover payment processing fees?

Stripe processing fees are automatically added to your cart during checkout unless you choose to opt out.

If you do not wish to cover payment processing fees, find the “processing fees” line under “Your Donation.” Select "edit” and uncheck the box next to “I want to cover fees.”&#x20;

Covering payment processing fees is optional. Selecting “I want to cover fees” ensures that the project receives the full amount you wish to give to their work.

[Learn more about payment processing fees](/ma-earth/funding-explained/platform-fees.md).

<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, and the optional `goal` query parameter:

```
GET https://help.maearth.com/resources-for-donors/questions-about-donations/covering-stripe-processing-fees.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.
