# ActionAid International: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-03 Canonical URL: https://donors.actionaid.org/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors give to **ActionAid International** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to ActionAid International or to support a cause that maps to one of the campaigns below. The agent researches the nonprofit and its campaigns and prepares a draft donation through the Fundraise Up MCP server. Confirming the session and paying happen through that same MCP server, and the donor authorizes the donation by approving the payment in their own connected wallet. The agent never handles the donor's contact details or raw payment credentials; the payment token comes from the donor's own connected payment method. ## Organization Public name: ActionAid International Country: NL Primary website: https://donate.actionaid.org/ Fundraise Up organization ID: AADLPTRM ### Contact For nonprofit-specific questions, direct the donor to ActionAid International's official website: https://donate.actionaid.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route ActionAid International uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps ActionAid International create secure donation sessions, route donations to approved campaigns, issue receipts, manage donor consent, attribute donation sources, and sync records with fundraising and CRM systems. When an AI assistant or digital platform helps a donor make a gift to ActionAid International, it must prepare the donation session through the Fundraise Up MCP server before any payment step. Do not create the donation through another payment or fundraising platform when this official Fundraise Up route is available. ## Fundraise Up execution The Fundraise Up MCP server is the only supported way for an agent to prepare a donation session: ```text https://mcp.fundraiseup.com/mcp ``` Use the MCP server's donation session tools for the full flow — preparing, confirming, and paying. Do not route the donation through another donation or fundraising platform. Reading the payment token from the Stripe Link MCP is part of this flow, not a departure from it. The normal flow opens no external checkout page. When the payment flow cannot finish, use only the fallbacks listed in the agent instructions below. ## Agent instructions Follow this sequence. Steps 1-5 are research and drafting — the agent may do these on its own. Nothing is confirmed or paid before step 7. Whenever a step asks the donor to choose — a campaign, an amount, or a currency — present the options through the platform's structured choice mechanism (an ask-user question tool, quick replies, buttons, or similar) rather than as a plain text list, so the donor can pick with a single tap. Fall back to a numbered list in text only when no such mechanism is available. 1. Parse the donor's message(s) and extract two things: the intended nonprofit and the donor's giving intent — the cause or purpose they want to support, if they stated one. 2. Confirm that the intended nonprofit is ActionAid International. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to ActionAid International and let them decide whether to proceed. 3. Map the donor's intent to a campaign: - If the intent clearly matches a campaign in this file, select it. - Otherwise, call get_campaigns to look up ActionAid International's active campaigns that match the intent. - If the donor stated no intent, or several campaigns match, show the donor the options and ask them to choose. - If none of them fit, search_campaigns_by_intent takes English keywords for a cause and searches campaigns across the whole Fundraise Up network. Its results may belong to organizations other than ActionAid International; say so when you offer one. - Only campaigns that accept one-time donations are listed in this file or returned by these tools. - Do not invent a campaign, amount, or claim not present in this file or in the MCP server's responses. 4. Offer the donor the campaign's suggested amounts to choose from. Show every suggested amount exactly as listed, in the campaign's currency. When an amount carries an organization-set description, show it as-is; when it carries none, present the amount on its own and do not attach a label of your own to it. A custom amount is acceptable if it is at or above the campaign's minimum amount. Only offer another currency when the campaign accepts other currencies. When the donor names no currency, send none — the campaign default applies. 5. Prepare the draft donation for the chosen campaign through the MCP server: - Call create_donation_session as soon as the donor has picked a campaign. Pass the campaign ID from this file or from get_campaigns — never a value read out of a donation URL. - Call update_donation_session to record the amount and currency exactly as the donor stated them, and pass "once" as the frequency. Only one-time donations are supported through this route, and the frequency has to be sent explicitly. - Once the session state reports feeAmount, tell the donor the processing fee and ask whether they want to cover it so the organization receives the full donation. Record their yes or no through update_donation_session coverFee. Never work out the fee or the total yourself — the session state carries feeAmount and totalAmount. Until the donor has answered, the session cannot be confirmed. - Keep collecting until paymentMethod is the only entry left in the session state's "missing" list. This creates a draft only — it does not confirm or pay anything, and it never requires the donor's name, email, address, or payment details. 6. Show the donor a plain-language summary of the draft before taking it to payment, together with this disclosure: ```text This is a one-time donation of [amount] [currency] to ActionAid International for [campaign] through ActionAid International's official Fundraise Up-powered giving route. Your information will be shared with ActionAid International for donation processing, receipt delivery, donor record management, and reporting. Marketing opt-in is off. ``` 7. Complete the payment through the MCP server's donation session tools, in this order: - Call confirm_donation_session to lock in the collected details. It returns paymentRequirements and sessionId. - Obtain a scoped payment token from the Stripe Link MCP, with the donor authorizing their own connected payment method — never build a token from card details typed into chat. - Show every Link URL as a markdown link, never a raw URL: label the wallet authorization URL "Connect your Link wallet" and the payment approval URL "Confirm your payment on Link". - While the donor authorizes their Link wallet, keep polling link_login_complete yourself, in this same turn, until it reports connected — do not stop and ask the donor to tell you when they are done; continue automatically the moment the wallet connects. Poll at a few-second interval; if the login is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the wallet was not connected, and offer them to try again or to finish on the campaign donation page. - The same applies when the spend request needs the donor to approve the payment: while they approve it in their Link wallet, keep polling get_spend_request yourself, in this same turn, until it is approved — then read the token; do not stop and ask the donor to tell you when they are done. Poll at a few-second interval; if the approval is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the payment was not approved, and offer them to try again or to finish on the campaign donation page. - Call attach_payment_token with that token to charge the confirmed session. Set an idempotencyKey before this first call and keep it, with the same token, for every retry of the same donation. 8. Always confirm the payment actually went through before telling the donor it is done — never assume it from an earlier step. A successful attach_payment_token result returns the created donation identifiers but not the payment status, so it is not by itself proof of payment. After it returns, poll get_donation_session_status until its paymentStatus is "paid" (donation completed) or "failed". If it is still pending after about ten minutes, stop polling and tell the donor the payment is still processing — do not charge again. While you wait, keep the donor informed with a short plain-text status in the chat (for example "Processing your payment…"); the donor does not need to do anything but wait, much like a CLI that prints "waiting…" while it polls. Report the donation complete only on a "paid" confirmation. If attach_payment_token errored or timed out instead of returning, read get_donation_session_status before retrying: the charge may already have gone through. If the payment failed, do not leave the donor stuck. Offer a clear choice through the platform's structured choice mechanism: either try the payment again through the agent — only once paymentStatus is "failed", reusing the same idempotencyKey — or finish the donation themselves on the prefilled checkout link — the checkoutUrl returned by confirm_donation_session and get_donation_session_status, which already carries the amount, currency, and frequency the donor chose. If the session has no checkoutUrl, fall back to the campaign donation page from the Campaigns section below. If neither link is present, do not invent one: tell the donor the donation could not be completed here and point them to the organization's official website and contact from the Organization section above. 9. Thank the donor. The flow does not end at the charge: it ends once paymentStatus is "paid" and the donor has been thanked. Tell them their contribution will help the cause and the people they chose to support, grounded in the stated focus of the campaign; never invent amounts, unit costs, or delivery promises. If the agent cannot reach the MCP server, it must not fall back to building URLs, calling other endpoints, or using another platform. Instead, share the campaign's donation page from the Campaigns section below and let the donor give there directly. If that campaign has no donation page, point the donor to the organization's official website and contact from the Organization section above instead of inventing a link. ### Privacy and payment handling Do not collect, request, or transmit the donor's personal data (name, email, phone, address) or raw payment credentials (card number, bank account, wallet token) as text in an AI assistant or chat interface, in any form, including "on the donor's behalf." Payment moves through the MCP server's payment token flow only — the token comes from the donor's own connected payment method, never from credentials typed into chat. Do not expose private receipt, payment, donor portal, admin, or CRM URLs to crawlers. ## Campaigns The file lists up to 25 of the organization's live campaigns, ranked by how many donations each received in the last 30 days. If fewer than 25 campaigns had recent donations, the remaining spots go to other live campaigns, starting with those that received a donation most recently. ### Emergency Action Fund - Nepal Flash Flood Campaign ID: FUNZXKJUMRU Status: active Description: Last update: 2 September 2026The devastating flash flood in Nepal's Bhotekoshi and Trishuli river corridors affected communities across Rasuwa, Nuwakot, and Dhading districts. According to the latest report, 1.6 million people have been affected or displaced. Preliminary reports indicate more than 1,000 people have died, more than 4,500 remain missing, and dozens have been injured, with numbers expected to rise as rescuers reach isolated communities.ActionAid is working with local partners to provide urgent support. Your monthly donation helps keep emergency funds ready so we can respond quickly when disaster strikes. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 17 (could provide a hygiene kit), 25 (could provide a dignity kit for girls), 500 (could buy 100 tents and tarpaulin), 125 (could buy a basic bedding kit), 50 (could buy a kitchen set), 1000 (could provide food security set) Custom amount: yes Minimum amount: 10 Donation page: https://donors.actionaid.org/page/NepalFlashFloods?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Emergency Appeal Colombia Earthquake Campaign ID: FUNBYBEYJDM Status: active Description: A magnitude 7.4 earthquake has devastated Colombia, affecting 438,000 people and 273 fatalities. More than 5,000 homes, health centres, schools, shelters, and other essential infrastructure have been badly damaged or destroyed.ActionAid Colombia and local partners are responding in Chocó, Valle del Cauca and Cauca, providing drinking water, hot meals, hygiene kits, temporary accommodation and support to health centres and affected communities.Families are facing damage to homes and essential infrastructure, disruption to basic services, and the uncertainty that follows a major disaster.ActionAid has activated the Emergency Response Fund, a readiness system designed to release support within 72 hours together with local partners.Together, we can help communities respond quickly and recover safely. Donate now. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/ColombiaEarthquake?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Be there when disaster strikes Campaign ID: FUNUNYLLFCH Status: active Description: When disaster strikes, families can suddenly be left without food, clean water, shelter and other essentials. Your donation can provide urgent support in the first critical hours of an emergency. By choosing to donate monthly, you especially help keep flexible emergency funding ready to go before the next crisis begins, so support can reach people faster when it is needed most. Donate to Emergency Action Fund now. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 40 (First aid kit for a family), 50 (Shelter for 1 person), 100 (Feed a family of 5 for a month), 95 (A family's food for 1 month), 250 (Water for 9 families), 500 (Malnutrition treatment for 500 children) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNUNYLLFCH?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Be there when disaster strikes Campaign ID: FUNGRVVHHAF Status: active Description: When an emergency hits, women are often already organising support and responding to what their communities need. Your donation can provide food, clean water, emergency shelter, first-aid supplies and dignity kits and put vital resources in the hands of local women and organisations.By choosing to donate monthly, you especially help keep that funding ready before the next crisis begins, so communities can get support faster. Stand with women leading the response. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNGRVVHHAF?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate to save families in the Middle East Campaign ID: FUNGSDSEGKL Status: active Description: Women, men and children are being killed and losing their homes as violence intensifies across the Middle East.Despite increasingly difficult circumstances, ActionAid's local partners continue to deliver life-saving assistance in the countries where we work across the region.Donate now! We urgently need your help! Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/EmergencyMiddleEastAppeal?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Stop Ebola virus and misinformation spreading Campaign ID: FUNNMWWZZVR Status: active Description: The Ebola outbreak in the DRC is particularly alarming because the Bundibugyo Ebola strain currently has no known vaccine or specific treatment. Women and girls are among the most vulnerable, due both to their caregiving responsibilities and to heightened protection risks during the crisis.Your support today can help stop the spread and protect vulnerable families. Donate today! Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/EbolaOutbreak?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Help us respond to emergencies while driving lasting systemic change Campaign ID: FUNAPZPSHWA Status: active Description: By giving monthly, you help us respond faster in emergencies, support lasting change in communities, and invest in women leading change worldwideBecome a monthly donor for lasting change Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNAPZPSHWA?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now! Your support saves families Campaign ID: FUNUGVMZHVH Status: active Description: Across East Africa, families are facing one of the worst food crises in decades. Prolonged drought, climate shocks, and conflict have destroyed crops, livestock, and livelihoods, pushing millions to the brink of hunger.ActionAid is working alongside communities to deliver life-saving support: clean water, food assistance, cash support, nutrition services, protection, and livelihoods recovery. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/MozambiqueFloods2026?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Rush food and shelter to families in Gaza. Campaign ID: FUNPCPVRHWT Status: active Description: Trucks with food, water, and medical supplies are ready. Your donation gets them moving. More resources mean more families reached today. Thank you for believing in a fairer, safer world everywhere ❤️ Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15 (Hygiene kit for 1 month.), 30 (Hygiene kit for 2 months.), 45 (Food for a family for 2 weeks.), 60 (Provides first-aid kits for two families), 90 (Provides food for a family for one month.), 120 (Provides first-aid kits for four families.) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNPCPVRHWT?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Protect Women & Girls on World Refugee Day Campaign ID: FUNBRMPMEWQ Status: active Description: World Refugee Day is on  20th June, honours the strength, courage, and resilience of people forced to flee — and calls on all of us to take action. When women lead the response, support becomes faster, fairer, and meets real community needs. We work alongside women and communities through crisis, recovery, and rebuilding and to strengthen resilience.Help rebuild lives after displacement. Donate now. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/WorldRefugeeDay?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now! We can rebuild what was lost Campaign ID: FUNFZLVVPVF Status: active Description: The earthquake struck one of the most vulnerable regions of Afghanistan, where poverty and hunger were already widespread. Now, families who once had homes and livelihoods are left with nothing.Your support means immediate relief. Every contribution makes a difference. DONATE NOW! Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15 (Will partly fund 1 Hygiene Kit), 35 (One Hygiene Kit), 50 (Will partly fund 1 Food Pack), 75 (One Food Pack), 100 (Will partly fund 1 Essential Item Kit), 131 (One Essential Item Kit) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/afghanistan?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### We can rebuild what was lost. Campaign ID: FUNJUYCXGWZ Status: active Description: The earthquake struck one of the most vulnerable regions of Afghanistan, where poverty and hunger were already widespread. Now, families who once had homes and livelihoods are left with nothing. Your support means immediate relief. Every contribution makes a difference. DONATE NOW. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/general-action-aid?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Bring dringend Nahrung und Schutz zu Familien in Gaza. Campaign ID: FUNRQBELGVR Status: active Description: Lastwagen mit Lebensmitteln, Wasser und medizinischer Hilfe stehen bereit.Ihre Spende bringt sie in Bewegung.Mehr Ressourcen bedeuten heute mehr erreichte Familien.Danke, dass Sie an eine gerechtere und sicherere Welt glauben – überall.❤️Wohin Ihre Spende geht 90 % Ihrer Spende fließen direkt in ActionAids Gaza-Nothilfe-Aufruf. 10 % Ihrer Spende werden für den ActionAid Emergency Action Fund einbehalten. Dieser Fonds wird ausschließlich dafür verwendet, sicherzustellen, dass wir auf zukünftige Notfälle und Krisen schnell und effektiv reagieren können. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15 (Hygieneset für 1 Monat.), 30 (Hygieneset für 2 Monate.), 45 (Lebensmittel für Familie, 2 Wochen.), 60 (Erste-Hilfe-Sets für zwei Familien.), 90 (Lebensmittel für eine Familie für 1 Monat.), 120 (Erste-Hilfe-Sets für vier Familien.) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNRQBELGVR?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now! Families facing hunger need you. Campaign ID: FUNQRFCTVAS Status: active Description: Across East Africa, families are facing one of the worst food crises in decades. Prolonged drought, climate shocks, and conflict have destroyed crops, livestock, and livelihoods, pushing millions to the brink of hunger.ActionAid is working alongside communities to deliver life-saving support: clean water, food assistance, cash support, nutrition services, protection, and livelihoods recovery. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/EastAfrica?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now. Your support helps families in Ukraine rebuild their lives Campaign ID: FUNRZRKTHUY Status: active Description: More than three years since the war began, millions of people across Ukraine continue to face displacement, insecurity and the devastating impacts of conflict. Your donation supports women-led local organisations providing emergency food, clean water and hygiene supplies. It also helps families access cash assistance, mental health support, protection services and safe spaces for women and children affected by the war.Together, we've already supported more than 2 million people across Ukraine, Poland, Moldova and Romania—but the need remains urgent. Every donation helps families stay safe today while building hope for tomorrow. Please give what you can today. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/UkraineEmergencyAppeal?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now. Help communities resist harmful industries and build climate-just futures Campaign ID: FUNMMAWPSFS Status: active Description: Across the world, families, women and smallholder farmers are losing the land they depend on to survive. Forests are being cleared, rivers are polluted, and climate disasters are made worse as fossil fuel projects and industrial farming expand into their communities. Much of this destruction is fuelled by big banks, including HSBC, that finance these harmful industries, even as ordinary people pay the price. Your donation to ActionAid helps communities stand up for their land and their future.With your support, women, Indigenous peoples and farmers are protecting their rights and building agroecology, a safer, sustainable way of growing food in balance with nature, not against it. Agroecology restores soil and water, strengthens local food systems, and helps families adapt to a changing climate while keeping control of their land. Right now, communities are fighting back, but they can’t do it alone.Every donation helps protect land, support sustainable farming, and challenge the powerful interests driving the climate crisis. Donate today. Stand with communities defending their homes, livelihoods, and futures. Together, we can grow a fairer, more hopeful world. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25 (Helps communities resist), 50 (Funds practical workshops), 100 (Set up small farms with seeds and tools), 250 (Provides families resources), 500 (Power ActionAid global work), 1000 (Catalyse a climate-just future) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/climate-justfutures?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Help us respond to emergencies while driving lasting systemic change Campaign ID: FUNQVRZBNAB Status: active Description: By giving monthly, you help us respond faster in emergencies, support lasting change in communities, and invest in women leading change worldwideBecome a monthly donor for lasting change Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donate.actionaid.org/?form=emergency&recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate now! Your support saves families in Gaza Campaign ID: FUNRJTUGRQX Status: active Description: After two years of war, families in Gaza face catastrophic loss, homes destroyed, water systems crippled, food shortages, and overwhelmed health services. Your donation to ActionAid provides emergency food, clean water, medical supplies, cash assistance, and protection services for people caught in this crisis. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNRJTUGRQX?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Rush food and shelter to families in Gaza. Campaign ID: FUNMFZLNLBU Status: active Description: Trucks with food, water, and medical supplies are ready. Your donation gets them moving. More resources mean more families reached today. Thank you for believing in a fairer, safer world everywhere ❤️ Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15 (Hygiene kit for 1 month.), 30 (Hygiene kit for 2 months.), 45 (Food for a family for 2 weeks.), 60 (Provides first-aid kits for two families), 90 (Provides food for a family for one month.), 120 (Provides first-aid kits for four families.) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNMFZLNLBU?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Donate to the Middle East Appeal Campaign ID: FUNCTMXHLFZ Status: active Description: Women, men and children are being killed and losing their homes as violence intensifies across the Middle East.Despite increasingly difficult circumstances, ActionAid's local partners continue to deliver life-saving assistance in the countries where we work across the region.We urgently need your help to support our local partners in scaling up their responses and reaching the hardest-hit communities.Escalating violence in the Middle EastIn Lebanon, Israeli airstrikes have killed more than 50 people, injured many and caused tens of thousands to flee their homes, fearing for their lives.In Gaza, the borders have shut once again, cutting off critical supplies of food, water, fuel and medicine, which are desperately needed. In the West Bank, the closures of checkpoints continue to affect daily life, with access to basic services like hospitals cut off, creating deadly consequences for Palestinians.ActionAid is calling for all parties in the conflict to abide by international humanitarian law and immediately refrain from unlawful attacks. They must take all feasible precautions to protect civilians from harm. Please donate now to help our partners reach families who urgently need support. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNCTMXHLFZ?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Shouldn’t Mother’s Day be a time of celebration? Campaign ID: FUNBVNEGBLK Status: active Description: Mothers in Gaza are living through grief, loss, and uncertainty, often alone, fearing each day for their children’s lives and their own. To help them, ActionAid and its partners provide lifesaving Safe Spaces—secure, women-led environments where trained staff offer vital psychosocial support, helping mothers process trauma. This Mother’s Day, give a mother in Gaza the chance to heal. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/MothersDay?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Frauen halten Gaza am Leben. Stehen Sie an ihrer Seite. Campaign ID: FUNLPKYAPZA Status: active Description: Frauen haben die Hilfsmaßnahmen in Gaza angeführt.Sie haben unter Bombenangriffen Kinder zur Welt gebracht, Lebensmittel und sauberes Wasser zwischen den Trümmern verteilt und sichere Räume für Frauen und Mädchen, die alles verloren haben, geschaffen.Ihre Spende ehrt ihren Mut.Sie unterstützt von Frauen geführte Krankenhäuser, Notunterkünfte und Gemeinschaftsnetzwerke dabei, Familien weiterhin mit Lebensmitteln, Wasser, Hygienesets und Betreuung zu versorgen – selbst jetzt, da die erste Phase des Waffenstillstands beginnt.Warum an ActionAid spenden?Seit über 30 Jahren arbeitet ActionAid in Palästina Hand in Hand mit von Frauen und Jugendlichen geführten Partnerorganisationen – wie Awda und WEFAQ – um Leben, Würde und Gerechtigkeit zu schützen.Wir leisten nicht nur Nothilfe.Wir stärken die Führungsrolle von Frauen an den schwierigsten Orten der Welt.71-fache Wirkung:Wir arbeiten mit Frauen, Mädchen und lokalen Gemeinschaften in 71 Ländern weltweit – um langfristige Widerstandsfähigkeit aufzubauen, lokale Stimmen zu stärken und echten, nachhaltigen Wandel zu schaffen.Ihre Solidarität hält die Führungsrolle der Frauen am Leben. Spenden Sie jetzt.Wohin Ihre Spende geht90 % Ihrer Spende fließen direkt in ActionAids Gaza-Nothilfe-Aufruf.10 % Ihrer Spende werden für den ActionAid Emergency Action Fund einbehalten, der ausschließlich dafür verwendet wird, sicherzustellen, dass wir auf zukünftige Notfälle und Krisen schnell und effektiv reagieren können. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15 (Hygieneset für 1 Monat.), 30 (Hygieneset für 2 Monate.), 45 (Lebensmittel für Familie, 2 Wochen.), 60 (Erste-Hilfe-Sets für zwei Familien.), 90 (Lebensmittel für eine Familie für 1 Monat.), 120 (Erste-Hilfe-Sets für vier Familien.) Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNLPKYAPZA?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Help us respond to emergencies while driving lasting systemic change Campaign ID: FUNUNRLTDYL Status: active Description: By giving monthly, you help us respond faster in emergencies, support lasting change in communities, and invest in women leading change worldwideBecome a monthly donor for lasting change Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donate.actionaid.org/?form=FUNUNRLTDYL&recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Protect Women & Girls on World Refugee Day Campaign ID: FUNAAXGHEMT Status: active Description: World Refugee Day is on  20th June, honours the strength, courage, and resilience of people forced to flee — and calls on all of us to take action. When women lead the response, support becomes faster, fairer, and meets real community needs. We work alongside women and communities through crisis, recovery, and rebuilding and to strengthen resilience.Help more girls and women like Ruzina. Donate now. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/FUNAAXGHEMT?recurring=once¤cy=EUR&utm_source=fundraiseup_agent ### Our future is being stolen, and we refuse to stay silent Campaign ID: FUNZGSNRYMQ Status: active Description: Support ActionAid work alongside communities worldwide to challenge the financial systems driving climate destruction and to scale solutions that truly work, from renewable energy to agroecology and community resilience.Across the world, communities are building a different future:- Clean energy powering homes- Sustainable farming restoring land and food systems- Indigenous communities protecting forests- Women leading climate resilience effortsThese solutions are proven. But they lack funding.That’s where you come in.By making your first donation to ActionAid, you help shift funding away from harm and toward solutions that protect people and the planet.Thank you. Default currency: EUR Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://donors.actionaid.org/page/manifesto?recurring=once¤cy=EUR&utm_source=fundraiseup_agent