# ICNA Council for Social Justice: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-16 Canonical URL: https://giving.icnacsj.org/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors donate to **ICNA Council for Social Justice** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to ICNA Council for Social Justice 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. ## Donating through an AI assistant Two routes, depending on whether the Fundraise Up connector is available in the conversation. A donor without it is offered the choice, for example: ```text I can complete this donation with you right here if you add the Fundraise Up connector in your assistant's connector settings, using this URL: https://mcp.fundraiseup.com/mcp No account or sign-in is needed. Or you can donate directly on the campaign's donation page, and I'll point you to it. ``` **With the connector.** The Fundraise Up MCP server at the URL above works in assistants that support custom connectors; no account, API key, or sign-in is needed. Follow the agent instructions below. Donations this way go to ICNA Council for Social Justice only and are one-time; they are recorded in ICNA Council for Social Justice's Fundraise Up account like any donation made on its website. **Without the connector.** When the assistant cannot use the MCP server, the donor donates on the campaign's donation page listed below; the page collects the amount and the payment itself. For a campaign without a donation page, the donor donates on ICNA Council for Social Justice's official website instead. This file is a snapshot. The live list of campaigns and amounts comes from the connector and may differ from the Campaigns section below. ## Organization Public name: ICNA Council for Social Justice Legal name: ICNA Council for Social Justice Country: US Primary website: https://icnacsj.org/ Fundraise Up organization ID: AFFXCKMB ### Contact For nonprofit-specific questions, direct the donor to ICNA Council for Social Justice's official website: https://icnacsj.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route ICNA Council for Social Justice uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps ICNA Council for Social Justice 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 donation to ICNA Council for Social Justice, 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 ICNA Council for Social Justice. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to ICNA Council for Social Justice 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 ICNA Council for Social Justice'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 ICNA Council for Social Justice; 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 ICNA Council for Social Justice for [campaign] through ICNA Council for Social Justice's official Fundraise Up-powered giving route. The total charged is [total]. Your information will be shared with ICNA Council for Social Justice 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, sessionId, and checkoutUrl. - Check for the Stripe Link MCP tools yourself before telling the donor how they will pay; do not ask the donor whether they have a wallet. If the Stripe Link MCP is not available, offer checkoutUrl as the donation page with their choices already filled in, and do not mention Stripe Link. - Otherwise, 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. The agent never authorizes the payment; the donor approves it in Stripe Link's own interface, which the donor controls, and the agent only forwards the token that approval produced. - 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. - Never hand the donor a payment approval link that is more than ten minutes old — create a fresh spend request instead. - 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 donate 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. ### Be the Answer to Someone’s Prayer Campaign ID: FUNSSLBRGRD Status: active Description: “Whoever relieves a believer of hardship in this world, Allah will relieve them of hardship on the Day of Resurrection.” — Prophet Muhammad ﷺICNA CSJ defends the dignity of our Ummah and our neighbors through legal advocacy, family support, and a public voice against injustice. Fulfill your Zakat. Invest in justice. Change a life. ✔ 100% Tax-Deductible. EIN: 80-0508709 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://icnacsj.org/?form=FUNSSLBRGRD&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Gift a Quran! Campaign ID: FUNPVPKMLXH Status: active Description: We regularly receive requests for Quran copies from Muslims in prison. Gift Quran copies to incarcerated Muslims across the country! Your Donations Help Fund:Religious Resources: Providing Qur'ans, prayer rugs, and educational materials.Chaplaincy Support: Facilitating vital chaplain visits and spiritual counseling to restore faith and belonging.Legal Advocacy: Continuing the fight for religious accommodations like halal meals and prayer rights.Your donation is tax-deductible.ICNA CSJ is a Section 501(c)(3) registered charitable organization with the IRS, EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 120, 65, 35 Custom amount: yes Minimum amount: 5 Donation page: https://icnacsj.org/?form=FUNPVPKMLXH&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Stand for Justice This Ramadan! Campaign ID: FUNKYEDKDMN Status: active Description: This Ramadan, fulfill your duty to stand firm for justice. ICNA CSJ is empowering American Muslims to fight injustice, defend the oppressed, and advocate for change—but we can’t do it without you. Your Zakat & Sadaqah fuel this movement, ensuring that faith-driven advocacy continues.🌙 Give today and be a witness for justice.Your donation is tax-deductible and zakat-eligible.IRS 501(c)(3) registered charity: EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://icnacsj.org/?form=GiveThisRamadan&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Donate Materials to Incarcerated Muslims! Campaign ID: FUNTSSZPSZX Status: active Description: When you donate, we are able to send copies of the Qur’an, Islamic literature, hijabs, prayer mats, and more to prisons across the United States.Your Donations help fund religious resources, chaplaincy support, and legal advocacy.Your donation is tax-deductible and zakat-eligible.ICNA CSJ is a Section 501(c)(3) registered charitable organization with the IRS, EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 120, 65, 35 Custom amount: yes Minimum amount: 5 Donation page: https://icnacsj.org/?form=FUNTSSZPSZX&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Donate Prayer Rugs! Campaign ID: FUNEJNTVMZB Status: active Description: We regularly receive requests for prayer rugs from Muslims in prison. Gift prayer rugs to incarcerated Muslims across the country!Your donation is tax-deductible.ICNA CSJ is a Section 501(c)(3) registered charitable organization with the IRS, EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 120, 65, 35 Custom amount: yes Minimum amount: 5 Donation page: https://icnacsj.org/?form=FUNEJNTVMZB&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You can make a difference Campaign ID: FUNLGMQAENE Status: active Description: Let’s work together to make this world a better, brighter and kinder place for all. We appreciate that times are hard, but every dollar you can donate to us will drive our mission, getting help to those who need it most and creating lasting positive change. Every contribution counts, no matter the size! So thank you in advance for your generosity, and for your invaluable support for our organization. Together, we can make great things happen. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 3 Donation page: https://icnacsj.org/?form=FUNLGMQAENE&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Answer a Letter: Muslim Prisoner Support Project Campaign ID: FUNXLVBGHPZ Status: active Description: Letters arrive from jails and prisons in careful handwriting, almost all asking for the same three things: a prayer rug, a Qur'an, a kufi. Every letter is answered by hand – and this year the mail outgrew the budget. $30 sends a Prayer Pack with a handwritten reply; $100 supports chaplaincy visits; $250 funds legal advocacy for Halal meals and Jummah rights; $500 runs the mailbag desk for a month. 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://giving.icnacsj.org/page/FUNXLVBGHPZ?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### This Ramadan: Bring Light to the Forgotten Ummah 🌙 Campaign ID: FUNDYXLHSZZ Status: active Description: A Month of Mercy for Those Behind Bars.While we gather with our families for Iftar and stand in Taraweeh in the comfort of our Masjids, thousands of our Muslim brothers and sisters spend their Ramadan in isolation. For them, a Quran is more than a book—it is a lifeline. A prayer rug is more than a mat—it is their only sanctuary.Invest in Justice, Restore DignityFor over 50 years, ICNA has served the Ummah in America. Through ICNA Council for Social Justice (CSJ), we believe that faith must be paired with action. We don’t just provide resources; we fight for the rights of the incarcerated to ensure they are treated with the dignity Islam demands."The believer’s shade on the Day of Resurrection will be his charity." (Al-Tirmidhi)Your Ramadan Legacy in ActionYour Zakat and Sadaqah this month provide the essential tools of faith and the legal protection needed to navigate a difficult system.What Your Donation Provides:✅ Spirituality: Qurans and educational Islamic books to nourish the soul.✅ Dignity: Prayer rugs and Hijabs for sisters to maintain their worship with pride.✅ Advocacy: Legal and advocacy to protect the rights of Muslim prisoners.✅ Hope: The knowledge that they have not been abandoned by their community.Transparent & ImpactfulYour donation is tax-deductible and Zakat-eligible. IRS 501(c)(3) registered charity: EIN 80-0508709.This Ramadan, don't let their prayers go unanswered. When you give, you aren't just sending a package—you are planting seeds of faith and justice that will outlast these prison walls.Be the Mercy They Are Praying For. 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://giving.icnacsj.org/page/FUNDYXLHSZZ?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Pillars of Justice: Faith in Action. DONATE Campaign ID: FUNYUPTMPHG Status: active Description: ICNA CSJ is an advocacy org. that educates American Muslims to act on their faith and mobilize in the pursuit of justice.In a world where silence is complicity, we are answering the divine call: stand firm for justice.This summer, we’re building a movement where our communities don’t just believe in justice but live it. Will you join us?We’re confronting:✅ Systemic Inequality✅ Human rights at Home violations✅ Anti-Muslim Sentiment✅ The urgent need for reformBut we can’t do it alone. Let's work together."O you who have believed, be persistently standing firm in justice, witnesses for Allah, even if it be against yourselves or parents and relatives." -(Quran, 4:135)Your donation is tax-deductible and zakat-eligible. IRS 501(c)(3) registered charity: EIN 80-0508709. 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://icnacsj.org/?form=ICNACSJ25&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Faith in Action, Justice in Motion Campaign ID: FUNSACNZTYR Status: active Description: Honor the month of mercy by standing with the oppressed.Ramadan is more than a fast; it is a renewal of our commitment to the most vulnerable. We invite you to turn your devotion into tangible change. From fighting systemic poverty in our local neighborhoods to advocating for those silenced by the justice system, your Sadaqah and Zakat provide the fuel for our mission.This Ramadan, your gift supports:Poverty Justice: Direct advocacy and aid for families in need.Hunger Relief: Advocating against the policies that allow our neighbors to go to bed hungry while we break our fasts.Social Advocacy: Continuing our year-round fight against Islamophobia and systemic bias. 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://giving.icnacsj.org/page/FUNSACNZTYR?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### You can make a difference Campaign ID: FUNBLDCXZMV Status: active Description: Let’s work together to make this world a better, brighter and kinder place for all. We appreciate that times are hard, but every dollar you can donate to us will drive our mission, getting help to those who need it most and creating lasting positive change. Every contribution counts, no matter the size! So thank you in advance for your generosity, and for your invaluable support for our organization. Together, we can make great things happen. 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://icnacsj.org/?form=FUNBLDCXZMV&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Immigration Justice Campaign ID: FUNYQLJNNUT Status: active Description: Support our fight against discriminatory policies. Your donation funds critical legal resources for immigrants and helps us challenge injustice at the state level.Join ICNA CSJ to move beyond charity toward systemic change through education, policy and advocacy—creating lasting, just solutions for the most vulnerable. 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://icnacsj.org/?form=FUNYQLJNNUT&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Beyond the Empty Plate: Pathways to Justice Campaign ID: FUNAJZZXCLU Status: active Description: Hunger isn’t natural—it’s a man-made injustice. From Gaza to Sudan and across the United States, people go hungry not from scarcity but from policies that weaponize food and entrench inequality. Join ICNA CSJ to move beyond charity toward systemic change through education, policy and advocacy—creating lasting, just solutions for the most vulnerable. 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://giving.icnacsj.org/page/FUNAJZZXCLU?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Defending Dignity: Challenge Anti-Muslim Hate Campaign ID: FUNHRTFJUFV Status: active Description: Parents call us when they do not know who else to call.Something happens at a school, a workplace, a district office – and a family needs an answer. We answer those calls today: seminars in schools, lawyers when a district will not move. Active matters are open right now. Your gift funds that work, and the training we are building – how to document what happened so it holds up, and how to speak before someone else speaks for them.Your impact at a glance:$50 funds a seminar for local communities.$100 supports legal advocacy against discriminatory policies.$500 enables a community campaign to respond when something happens.Justice can’t wait. Stand with us to ensure that safety and equality aren't just ideals, but a reality for our Muslim neighbors. 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://giving.icnacsj.org/page/ISLAMOPHOBIA821?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Ramadan Donations for Muslims in Prison! Campaign ID: FUNHMBFXWYJ Status: active Description: We receive an increase in requests for support from Muslims behind bars in Ramadan. Will you help us support their needs!Your donation is tax-deductible.ICNA CSJ is a Section 501(c)(3) registered charitable organization with the IRS, EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 120, 65, 35 Custom amount: yes Minimum amount: 1 Donation page: https://icnacsj.org/?form=FUNHMBFXWYJ&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Justice for the Vulnerable: Your Zakat in Action Campaign ID: FUNNEZCADAY Status: active Description: This Ramadan - Fulfill Your Trust. Secure Their Justice.As we seek the mercy of the final nights of Ramadan, many of our brothers and sisters are facing trials that most of us can only imagine. From the isolation of prison cells to the uncertainty of ICE detention centers and the systemic struggles of our inner-city communities, the need for justice is urgent.How Your Zakat Makes a Difference:Your Zakat isn't just a donation; it is a lifeline that ICNA Council for Social Justice (CSJ) uses to:✅ Support Muslim Prisoners: Providing critical legal advocacy, spiritual support, and ensuring no one breaks their fast alone with funded Prisoner Iftars.✅ Defend ICE Detainees: Offering legal assistance to those caught in the complex immigration system to ensure their rights and dignity are protected.✅ Empower Inner-Cities: Investing in our most vulnerable neighborhoods through advocacy and direct support to combat the rampant social justice issues facing our communities.✅ Voice for the Poor: Leading the fight against systemic poverty and marginalization through professional legal aid and community advocacy.This Laylatul Qadr, let your Zakat be the light that reaches those the world has forgotten. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 400, 200, 100, 50 Custom amount: yes Minimum amount: 5 Donation page: https://giving.icnacsj.org/page/FUNNEZCADAY?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Eid in ICE Detention: No One Should Celebrate Alone 🌙 Campaign ID: FUNVEJNCCWS Status: active Description: From Ramadan Patience to Eid JoyThroughout this month, your support provided prayer rugs, Qurans, and the dates needed to break fast at Delaney Hall ICE Detention in Newark. You stood by our brothers and sisters during their hardest hours.Now, as the Ummah prepares for Eid, these men and women face another day of isolation—separated from their families, their children, and the joy of the holiday.Be the Community They’re MissingNo one should spend Eid feeling forgotten. We are returning to Delaney Hall to deliver warm Eid meals and essential care kits, ensuring that even behind bars, the joy of Eid is felt.Your gift today provides:✅ A Warm Eid Meal: A festive, Halal meal to break the isolation of detention.✅ Essential Care: Continued access to religious items and hygiene supplies.✅ Legal Advocacy: The ongoing fight for their rights and freedom beyond the walls of the facility."The most beloved of deeds to Allah is bringing happiness to a fellow Muslim." (Tabarani)Give Before Eid PrayerTo ensure every brother and sister at Delaney Hall is accounted for, please send your support before Eid morning. Help us turn a day of loneliness into a day of dignity.Transparent & ImpactfulZakat-eligible & Tax-deductible.IRS 501(c)(3) | EIN 80-0508709Be the Mercy They Are Praying For. 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://giving.icnacsj.org/page/FUNVEJNCCWS?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Palestine Will Be Free insha'Allah! Campaign ID: FUNZKPDCKTU Status: active Description: Help us be the voice of our brothers and sisters in Palestine suffering constant oppression from the hands of apartheid Israel.Your donation is tax-deductible. ICNA CSJ is a IRS 501(c)(3) registered charity: EIN 80-0508709. 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://icnacsj.org/?form=FUNZKPDCKTU&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Fi Sabilillah in Action: With Your Zakat Campaign ID: FUNVDZTWJFH Status: active Description: Our work aligns with the Qur’anic principle of Fi Sabilillah, which includes advocacy, policy reform, and efforts to protect the rights and dignity of Muslims. Supporting us through Zakat contributions enables us to continue these critical efforts, fostering a society rooted in understanding, faith, and justice for all. Build Bridges. Donate your Zakat to ICNA CSJ—for عدل Your donation is tax-deductible and zakat-eligible.IRS 501(c)(3) registered charity: EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 3 Donation page: https://icnacsj.org/?form=YourZakat&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Justice for the Vulnerable: Your Sadaqah in Action Campaign ID: FUNHZJBEFCM Status: active Description: This Dhul Hijjah - Fulfill Your Trust. Secure Their Justice.As we seek the immense blessings of the first ten days of Dhul Hijjah, many of our brothers and sisters are facing trials that most of us can only imagine. From the isolation of prison cells to the uncertainty of ICE detention centers and the systemic struggles of our inner-city communities, the need for justice is urgent.How Your Sadaqah Makes a Difference:Your Sadaqah isn't just a donation; it is a lifeline that ICNA Council for Social Justice (CSJ) uses to:✅ Support Muslim Prisoners: Providing critical legal advocacy, spiritual support, and ensuring their religious rights are upheld and protected behind bars. ✅ Defend ICE Detainees: Offering legal assistance and advocacy to those caught in the complex immigration system to ensure their rights and dignity are protected. ✅ Empower Inner-Cities: Investing in our most vulnerable neighborhoods through systemic advocacy to combat the rampant social justice issues facing our communities. ✅ Voice for the Poor: Leading the fight against systemic poverty and marginalization through professional legal aid and policy advocacy.During these best days of the year, let your Sadaqah be the light that reaches those the world has forgotten. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 400, 200, 100, 50 Custom amount: yes Minimum amount: 5 Donation page: https://giving.icnacsj.org/page/FUNHZJBEFCM?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### This Ramadan: Provide Iftar and Advocacy to ICE Detainees🌙 Campaign ID: FUNUSVNMGQD Status: active Description: A Month of Mercy for Our Brothers and Sisters in ICE Detention.While we break our fasts surrounded by family and stand in Taraweeh in the comfort of our Masjids, thousands of Muslim brothers and sisters are spending their Ramadan in the isolation of ICE detention centers. Separated from their loved ones and facing uncertain futures, a warm, Halal Iftar is more than just a meal—it is a reminder of home. Dedicated advocacy is more than just legal help—it is their lifeline to freedom.Invest in Justice, Restore DignityFor over 50 years, ICNA has served the Ummah in America. Through ICNA Council for Social Justice (CSJ), we believe that faith must be paired with action. We don’t just provide resources; we fight for the rights of the incarcerated to ensure they are treated with the dignity Islam demands."The believer’s shade on the Day of Resurrection will be his charity." (Al-Tirmidhi)Your Ramadan Legacy in ActionYour Zakat and Sadaqah this month provide essential nourishment for fasting detainees and the relentless advocacy needed to navigate a complex, often unjust immigration system.What Your Donation Provides:✅ Nourishment: Iftar so detainees can properly and safely break their fasts.✅ Dignity: insuring their religious rights—like access to Halal food and a clean space for prayer—are respected while in custody.✅ Advocacy: Legal and advocacy to protect the rights of Muslim prisoners.✅ Hope: The comforting knowledge that they have not been forgotten by their Ummah.Transparent & ImpactfulYour donation is tax-deductible and Zakat-eligible. IRS 501(c)(3) registered charity: EIN 80-0508709.This Ramadan, don't let their prayers go unanswered. When you give, you aren't just sending a meal—you are planting seeds of faith and justice that will reach beyond the walls of these detention centers.Be the Mercy They Are Praying For. 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://giving.icnacsj.org/page/FUNUSVNMGQD?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### This Ramadan: Bring Light to the Forgotten Ummah 🌙 Campaign ID: FUNMDCUDXUZ Status: active Description: A Month of Mercy for Those Behind Bars.While we gather with our families for Iftar and stand in Taraweeh in the comfort of our Masjids, thousands of our Muslim brothers and sisters spend their Ramadan in isolation. For them, a Quran is more than a book—it is a lifeline. A prayer rug is more than a mat—it is their only sanctuary.Invest in Justice, Restore DignityFor over 50 years, ICNA has served the Ummah in America. Through ICNA Council for Social Justice (CSJ), we believe that faith must be paired with action. We don’t just provide resources; we fight for the rights of the incarcerated to ensure they are treated with the dignity Islam demands."The believer’s shade on the Day of Resurrection will be his charity." (Al-Tirmidhi)Your Ramadan Legacy in ActionYour Zakat and Sadaqah this month provide the essential tools of faith and the legal protection needed to navigate a difficult system.What Your Donation Provides:✅ Spirituality: Qurans and educational Islamic books to nourish the soul.✅ Dignity: Prayer rugs and Hijabs for sisters to maintain their worship with pride.✅ Advocacy: Legal and advocacy to protect the rights of Muslim prisoners.✅ Hope: The knowledge that they have not been abandoned by their community.Transparent & ImpactfulYour donation is tax-deductible and Zakat-eligible. IRS 501(c)(3) registered charity: EIN 80-0508709.This Ramadan, don't let their prayers go unanswered. When you give, you aren't just sending a package—you are planting seeds of faith and justice that will outlast these prison walls.Be the Mercy They Are Praying For. 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://giving.icnacsj.org/page/FUNMDCUDXUZ?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Homelessness: Confronting the System, Not the Symptom Campaign ID: FUNGJHBBAWD Status: active Description: Homelessness isn’t natural—it’s a man-made injustice. Across the United States, people go hungry not from scarcity but from policies that weaponize food and entrench inequality. Join ICNA CSJ to move beyond charity toward systemic change through education, policy and advocacy—creating lasting, just solutions for the most vulnerable. 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://icnacsj.org/?form=FUNGJHBBAWD&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### LAST 10 DAYS: Worship, Give, and Seek Laylatul Qadr. Campaign ID: FUNLUFREZKH Status: active Description: 10 DAYS OF POWER, 10 NIGHTS OF MERCY.The last 10 nights of Ramadan are the most sacred and blessed moments of the year. It is a time when the gates of mercy are wide open, and the rewards for good deeds are multiplied.As we seek Laylatul Qadr (the Night of Decree) and strive to draw closer to Allah, let us also remember our duty to stand firm for justice—a divine command that transcends all challenges.Your Zakat & Sadaqah Can Make a DifferenceBy donating to ICNA CSJ, you become part of a movement Empowered by Faith & Committed to Justice.Your donation is tax-deductible and zakat-eligible.IRS 501(c)(3) registered charity: EIN 80-0508709. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 3 Donation page: https://icnacsj.org/?form=Ramadan2025&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Minnesota Families Need Us Now Campaign ID: FUNUMLWYEDC Status: active Description: Thousands of families are sheltering in fear—unable to go to work, school, or even buy groceries. Help us provide emergency and community support during this crisis. 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://giving.icnacsj.org/page/FUNUMLWYEDC?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent