# Human Assistance & Development International (HADI): donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-05 Canonical URL: https://islamicity.donorsupport.co/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 **Human Assistance & Development International (HADI)** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Human Assistance & Development International (HADI) 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: Human Assistance & Development International (HADI) Legal name: Human Assistance and Development International Country: US Primary website: https://islamicity.org/ Fundraise Up organization ID: AUCNGPLU ### Contact For nonprofit-specific questions, direct the donor to Human Assistance & Development International (HADI)'s official website: https://islamicity.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Human Assistance & Development International (HADI) uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Human Assistance & Development International (HADI) 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 Human Assistance & Development International (HADI), 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 Human Assistance & Development International (HADI). If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Human Assistance & Development International (HADI) 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 Human Assistance & Development International (HADI)'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 Human Assistance & Development International (HADI); 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 Human Assistance & Development International (HADI) for [campaign] through Human Assistance & Development International (HADI)'s official Fundraise Up-powered giving route. Your information will be shared with Human Assistance & Development International (HADI) 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. ### Empowering individuals with knowledge Campaign ID: FUNDHNCRDYK Status: active Description: Your Zakat/Donation spreads authentic Islamic knowledge worldwide, turning every click, every verse discovered, and every heart inspired into a lasting Sadaqah Jariyah. Default currency: USD 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://islamicity.donorsupport.co/page/Islamicity?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### URGENT: $1 Helps Keep Islamic Knowledge Free Campaign ID: FUNGJXHMKRW Status: active Description: You are one of more than one million people who visit IslamiCity each month. Will you help keep authentic Islamic knowledge free for everyone? Any amount helps! For over 30 years, IslamiCity has served millions worldwide. Please join the small percentage of visitors who sustain this work. Together, we can keep the light of Islam shining. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1, 3, 5, 9, 15, 25 Custom amount: yes Minimum amount: 1 Donation page: https://islamicity.org/?form=FUNGJXHMKRW&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### URGENT: $1 Helps Sustain and Grow Quran Tools Campaign ID: FUNSWUXCFRN Status: active Description: You are one of millions who come to IslamiCity to read and study the Holy Qur'an. Will you help keep free access to the Qur'an available for everyone? Any amount helps! For over 30 years, IslamiCity has shared authentic Islamic knowledge with millions worldwide. Please join the small percentage of visitors who support this mission. Together, we can share the light of the Qur'an. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1, 3, 5, 9, 15, 25 Custom amount: yes Minimum amount: 1 Donation page: https://islamicity.org/?form=FUNSWUXCFRN&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Archive Gaza Genocide — Stop the Erasure Campaign ID: FUNUVVAJBKY Status: active Description: Every day, videos and eyewitness accounts from Gaza are deleted or buried by algorithms. Evidence Archived preserves and verifies this truth so it cannot be erased. Every gift of $9+ monthly, or donation of $96 once comes with a one year of IC Membership with exclusive perks. Default currency: USD 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://islamicity.donorsupport.co/page/FUNUVVAJBKY?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Orphan Education Fund Campaign ID: FUNVWCUCNQS Status: active Description: Orphan Education & Livelihood FundWe invest in impactful programs across Africa, South Asia, and Southeast Asia, offering Scholarships to Bright Young Minds and providing Families with the Tools to Thrive .Our mission is to keep vulnerable children in school and empower widows with sustainable livelihood opportunities—paving the way for a brighter, more secure future. Default currency: USD 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://islamicity.donorsupport.co/page/FUNVWCUCNQS?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Ramadan 2026 Campaign ID: FUNLCKEPSPB Status: active Description: Your Zakat spreads authentic Islamic knowledge worldwide, turning every click, every verse discovered, and every heart inspired into a lasting Sadaqah Jariyah.Your $9 monthly donation—or any single contribution over $96 unlocks a full year of IC Membership, complete with all its exclusive perks. Default currency: USD 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://islamicity.donorsupport.co/page/Ramadan2026?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Give the Gift of the Quran Campaign ID: FUNLTKZGQYV Status: active Description: IslamiCity has been a leading source for Free Quran request since 2001. Lately the demand for free Qurans have increased by 200%. $100 will help 10 people discover the wisdom of the Quran. Default currency: USD 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://islamicity.donorsupport.co/page/quran?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Guide to Islamic Knowledge Campaign ID: FUNMNUPFEGQ Status: active Description: Supporting ChatILM helps build a trusted Islamic AI platform that provides authentic knowledge, educational resources, and reliable answers to people worldwide. Your donation supports development, research, multilingual access, and ongoing improvements that make Islamic learning available anytime, anywhere. Contributing to ChatILM is a form of sadaqah jariyah that can benefit generations to come. Default currency: USD 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://islamicity.org/?form=chatilm&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### URGENT: Just $1 Helps Share the Beautiful Names of Allah Campaign ID: FUNWKUPFKGN Status: active Description: You are one of millions who visit IslamiCity to learn and reflect on the 99 Beautiful Names of Allah. Will you help keep this resource free for everyone? For over 30 years, IslamiCity has shared authentic Islamic knowledge with millions worldwide. Please join the small percentage of visitors who support this mission and help others grow closer to Allah. Stay tuned for Allah.org coming soon. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1, 3, 5, 9, 15, 25 Custom amount: yes Minimum amount: 1 Donation page: https://islamicity.org/?form=FUNWKUPFKGN&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### An elegant, modern Prayer Time App Campaign ID: FUNWVCNYZHS Status: active Description: Islamic prayer times in an elegant, modern interface. 100% Privacy | No ads | No data collectionHelp maintain the App serving over 1,000,000 users. Default currency: USD 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://islamicity.donorsupport.co/page/praywatchweb?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Will Make a Difference Campaign ID: FUNNFXRCYVL Status: active Description: Giving Tuesday is a powerful day of global giving, where generous people like you join forces to make a tremendous impact in a single instant! When you support IslamiCity on Giving Tuesday, you will be joining us in a sadaqah jariyah (perpetual goodness) to empower millions of people with Islamic knowledge. Default currency: USD 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://islamicity.org/?form=FUNNFXRCYVL&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Year End 2022 DONATION GOAL: $30,000 Campaign ID: FUNDWRWNVCY Status: active Description: Since 1995 IslamiCity has been empowering millions of visitors with truthful information to elevate themselves spiritually and to be an advocate for Islam. Please donate to IslamiCity and help us build a strong and informed community. Default currency: USD 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://islamicity.org/?form=FUNDWRWNVCY&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Building the next-generation Qur’an app! Campaign ID: FUNKCMKTANY Status: active Description: Support building and enhencing QuranPlus—a FREE, app for millions! Your donation will bring the Quran closer to the hearts of people worldwide. Donate now and earn endless rewards. 🌙 Default currency: USD 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://islamicity.org/?form=FUNKCMKTANY&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Year End Drive - GOAL: $50,000 Campaign ID: FUNEURFWQWA Status: active Description: Since October 7, IslamiCity has refocused all its efforts to amplify the voices for a Free Palestine. This year's End-of-Year campaign will help boost the support for Palestine. Gain New Insights - Curated News Around the World - Advocacy Tool - Palestine Emergency Relief Fund. Default currency: USD 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://islamicity.donorsupport.co/page/FUNEURFWQWA?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### URGENT: $1 Helps Sustain and Grow the best Hadith Search Campaign ID: FUNDNZAZZAV Status: active Description: You are one of millions who visit IslamiCity Hadith search that provides an easy searchable, database of authentic hadith — making it easy to find, read, understand, and convey the sayings and teachings of the Prophet Muhammad (ﷺ) from trusted collections. If this resource has benefited you, please give $1, $5, or any amount today. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1, 3, 5, 9, 15, 25 Custom amount: yes Minimum amount: 1 Donation page: https://islamicity.org/?form=FUNDNZAZZAV&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Support IslamiCity this Ramadan Campaign ID: FUNWWRTRAMK Status: active Description: Since 1995 IslamiCity has been a trusted digital media and education platform to share clear information about Islam and Muslims with everyone and everywhere.Your contributions will fund new projects that leverage new information technologies, providing Islamic knowledge at the fingertips. Default currency: USD 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://islamicity.donorsupport.co/page/ramadan2024?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Dawa Center Campaign ID: FUNHSZVRGGM Status: active Description: Many non-Muslims have questions about Islam—questions that deserve thoughtful answers from reliable sources.We provide live chat service with experts and access to scholars, as well as a hotline at 1 (866) 475-2601. Join us on this enlightening journey. Together, we’ll weave understanding, foster respect, and build bridges across faiths. 🕌🌟🤝 Default currency: USD 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://islamicity.donorsupport.co/page/FUNHSZVRGGM?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Protecting Our Home Campaign ID: FUNQAMWXEHN Status: active Description: Due to our relentless efforts to raise awareness about the suffering in Gaza, our site was recently targeted and brought down. We urgently appeal to our visitors to help us invest in securing our site against cyber threats and ensure it remains a safe, uncensored platform for millions. Your support allows us to continue upholding the truth and giving voice to the voiceless when others choose silence. Default currency: USD 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://islamicity.donorsupport.co/page/FUNQAMWXEHN?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Zakat al-Fitr Campaign ID: FUNDXHAHUCE Status: active Description: Zakat al-FitrZakat-ul-Fitr is part of the fast of Ramadan. In the USA Zakat-ul-Fitr is estimated to be $15 per family member.It must be given before Eid prayers, unless one has a valid reason for a delay. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15, 30, 45, 60, 90, 120 Custom amount: yes Minimum amount: 15 Donation page: https://islamicity.org/?form=FUNDXHAHUCE&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Gaza - Building Hope Campaign ID: FUNKGRSYFSA Status: active Description: This is more than a structure. It is dignity. It is resilience. It is hope.In Gaza, thousands of families have lost not only their homes but their mosques; the very heart of their communities. Beyond the physical destruction, displaced families are living without safe spaces to gather, worship, and find spiritual comfort.IslamiCity's sister organization, HADI Relief is launching an urgent humanitarian initiative to construct a Temporary Prayer Facility in the Gaza Strip. This space will serve as a vital anchor for faith, social support, and healing amidst the crisis. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Provide electrical installation & lighting), 75 (Fund carpeting & worship area), 150 (Contribute to the steel frame work & walls) Custom amount: yes Minimum amount: 5 Donation page: https://islamicity.donorsupport.co/page/gaza?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Ensure that no family is left hungry this Ramadan Campaign ID: FUNGCRUUEZS Status: active Description: Make a lasting impact this Ramadan by ensuring that no family goes hungry. With a modest donation of $50, you have the power to provide a month's worth of Suhoor and Iftar meals for families in need across impoverished communities worldwide.This initiative is executed in collaboration with HADI Relief, IslamiCity's sister project. Default currency: USD 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://islamicity.donorsupport.co/page/ramadanfoodpack?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Dallas: Benefit Event for Gaza Campaign ID: FUNXUSNQJES Status: active Description: IslamiCity and Human Concern USA are partnering to raise awareness about Gaza’s crisis through film and orphan sponsorship. By sponsoring a Palestinian child, you provide essential care, protection, and hope in a region impacted by war. Supporting IslamiCity’s The Evidence Tour helps share powerful stories advocating for justice. Human Concern USA is dedicated to helping orphans heal and rebuild their lives despite ongoing hardship. Default currency: USD 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://islamicity.org/?form=Evidencedallas&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Advocacy Campaign for Gaza Campaign ID: FUNDFAWTZDE Status: active Description: The Evidence is not just a film; it’s a call to action. This tour is an invitation to stand with the Palestinian people, amplify their voices, and create a lasting impact through solidarity, advocacy, and humanitarian support. For more information CLICK HERE Default currency: USD 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://islamicity.donorsupport.co/page/EvidenceTour?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Türkiye and Syria Emergency Appeal Campaign ID: FUNLDGVVGML Status: active Description: Türkiye and Syria experienced two major seismic earthquakes, resulting in more than Fifty Thousand casualties and many more injured – the numbers are predicted to climb. One of the most affected areas was Gaziantep, a city inhabited by millions of Syrian refugees. IslamiCity is working with local partners to provide emergency relief such as food, water, and medicine. We invite you to join us in assisting our brothers and sisters in Türkiye and Syria during this difficult period. Default currency: USD 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://islamicity.org/?form=FUNLDGVVGML&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Zakat al-Fitr Campaign ID: FUNVMAAAHXF Status: active Description: Zakat-ul-Fitr is part of the fast of Ramadan. In the USA Zakat-ul-Fitr is estimated to be $15 per family member.It must be given before Eid prayers, unless one has a valid reason for a delay. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15, 30, 45, 60, 75, 90 Custom amount: yes Minimum amount: 15 Donation page: https://islamicity.org/?form=FUNVMAAAHXF&recurring=once¤cy=USD&utm_source=fundraiseup_agent