# Yonge Street Mission: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-10 Canonical URL: https://yongestreetmission.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 **Yonge Street Mission** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Yonge Street Mission 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: Yonge Street Mission Legal name: Yonge Street Mission Country: CA Primary website: https://www.ysm.ca/ Fundraise Up organization ID: AYSVKLHR ### Contact For nonprofit-specific questions, direct the donor to Yonge Street Mission's official website: https://www.ysm.ca/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Yonge Street Mission uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Yonge Street Mission 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 Yonge Street Mission, 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 Yonge Street Mission. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Yonge Street Mission 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 Yonge Street Mission'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 Yonge Street Mission; 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 Yonge Street Mission for [campaign] through Yonge Street Mission's official Fundraise Up-powered giving route. Your information will be shared with Yonge Street Mission 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. ### Help neighbours go from surviving to thriving Campaign ID: FUNCAYXJSXK Status: active Description: Just $5.90 can change the life of someone living with poverty by providing:-Hearty, healthy drop-in meals and Food Bank access-Employment and training services-Opportunities for a better future and more Default currency: CAD 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://www.ysm.ca/?form=FUNCAYXJSXK&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Ending hunger begins with you Campaign ID: FUNMFGDKBDD Status: active Description: Right now thousands of Toronto neighbours are struggling to afford food. Your gift to Yonge Street Mission can help provide hope, a hot meal, employment services, and more for neighbours facing hunger and poverty. Donate today to help make Toronto a city where people, and not poverty, thrive. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 500, 200, 125, 105, 55, 30 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNMFGDKBDD&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Help fight hunger this Thanksgiving Campaign ID: FUNANWWWRHA Status: active Description: More neighbours like Sharon face hunger this Thanksgiving. Today, your gift will go twice as far to help! Only $5.90 gives a Thanksgiving meal to a neighbour — and an even more generous gift of $23.60 will provide a meal for a family of four to enjoy together. Act now! Your gift will be matched, providing TWICE the Thanksgiving meals! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 55, 75, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNANWWWRHA&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Your partnership changes lives! Campaign ID: FUNRMTJHXEE Status: active Description: Your kindness ensures Yonge Street Mission can offer vulnerable neighbours immediate relief while also supporting them as they build pathways toward brighter futures, through employment, housing, mental health and other long-term supports. Thank you for caring about struggling neighbours! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 250, 150, 100, 75, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNRMTJHXEE&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Your gift DOUBLES for neighbours in need Campaign ID: FUNRBSGANHB Status: active Description: When schools close for the summer, thousands of families lose access to the daily meal support they rely on. You can help children experiencing poverty and hunger.Just $23.60 provides a meal for a family. Thanks to a generous donor, your donation will be MATCHED — dollar for dollar — to DOUBLE in impact. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15, 30, 75, 100, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNRBSGANHB&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Help Neighbours go from Surviving to Thriving Campaign ID: FUNHHDGQBSG Status: active Description: Just $5.90 can change the life of someone living with poverty by providing:-Warm meals-Employment and training services-Opportunities for a better future and more Default currency: CAD 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://www.ysm.ca/?form=Telemarketing&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give hope this Thanksgiving Campaign ID: FUNMBLXDVTP Status: active Description: Toronto neighbours are facing food insecurity and homelessness, unsure where their next meal will come from.Your Thanksgiving donation will help provide immediate meals and hunger relief. Every meal connects community members with caring staff, housing and employment support, as well as life-giving programs. Give by October 12 to have your gift matched! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 24, 55, 75, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNMBLXDVTP&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Nutrition kits feed hungry neighbours Campaign ID: FUNWZHQPZCG Status: active Description: Help provide nutrition kits to struggling community members. Each kit includes a high-protein snack, carb, fruit, and a drink. Your gift of $12.50 provides one nutrition kit — and an extra generous gift of $37.50 provides nutrition kits for 3 neighbours.Today, your donation will be MATCHED, to DOUBLE in impact thanks to a generous donor. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 12 (Buy 1 nutrition kit), 37 (Buy 3 nutrition kits), 125 (Buy 10 nutrition kits) Custom amount: yes Minimum amount: 5 Donation page: https://yongestreetmission.donorsupport.co/page/FUNWZHQPZCG?recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Become a monthly donor, with doubled impact! Campaign ID: FUNVHAEQMQU Status: active Description: The City of Toronto has declared a food insecurity emergency. You can help by joining our monthly donor community today.Thanks to a generous group of donors, the first 100 new monthly donors will have their gifts doubled every month of their first year!Do more to help neighbours in need by joining today! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNVHAEQMQU&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Become a POSSIBILITY PARTNER TODAY! Campaign ID: FUNJQFXLTHU Status: active Description: We know you care about Toronto neighbours who are facing hunger. In the last year, the number of individuals accessing YSM’s Food Bank has increased by 247% compared to the previous year. To meet the growing need, we are looking for 100 new monthly donors — POSSIBILITY PARTNERS — by May 28, World Hunger Day. And their giving will be matched to double in impact for a whole year. Default currency: CAD 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://www.ysm.ca/?form=FUNJQFXLTHU&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### You make new beginnings possible Campaign ID: FUNWQWDAEHA Status: active Description: Your generous support means vulnerable Toronto neighbours experience open doors, instead of closed ones, and the opportunity of a new beginning. It's because of donors like you that YSM can offer food, housing, employment, health and mental health support, and more. Thank you for investing to build a city where all neighbours can thrive! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 75, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNWQWDAEHA&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give monthly -- make a consistent impact! Campaign ID: FUNAPRJPXCD Status: active Description: Toronto’s food crisis has escalated to emergency levels over the past year. But you can help! When you become a monthly donor today, your gifts will be matched to double your impact in fighting hunger! Help make Toronto a city where people, and not poverty, thrive. Thank you! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNAPRJPXCD&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Help neighbours go from surviving to thriving Campaign ID: FUNSJWFFVBD Status: active Description: Just $5.90 can change the life of someone living with poverty by providing:-Warm meals-Employment and training services-Opportunities for a better future and more Default currency: CAD 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://www.ysm.ca/?form=FUNSJWFFVBD&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Your gift DOUBLES for neighbours in need Campaign ID: FUNJGSRQBJJ Status: active Description: When schools close for the summer, thousands of families lose access to the daily meal support they rely on. You can help children experiencing poverty and hunger.Thanks to a generous donor, your donation will be MATCHED — dollar for dollar — to DOUBLE in impact. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 15, 30, 75, 100, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNJGSRQBJJ&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Toronto Neighbours Need Your Help Today Campaign ID: FUNTMUCEXCU Status: active Description: To help meet the rising need for food and other essential services, Yonge Street Mission is seeking 100 new monthly donors — POSSIBILITY PARTNERS — by World Hunger Day, May 28. When you become a monthly donor today, your gifts will double in impact every month for a whole year! Join us as we build a stronger, more resilient Toronto for all. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNTMUCEXCU&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### You can make Christmas brighter. Campaign ID: FUNBGZNEJJY Status: active Description: Spark joy for children, families and neighbours in need with a Christmas gift to Yonge Street Mission.- $5.90 provides a meal- $23.60 feeds a family of four- $167.50 gives a family much-needed groceries this holidayWhen you give by December 24, your donation will be matched to double the impact! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNBGZNEJJY&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give today to DOUBLE YOUR IMPACT! Campaign ID: FUNAMHPJBMP Status: active Description: Your gift before June 30 will DOUBLE to provide much-needed food for neighbours experiencing poverty.Join the GIVE 6IX movement today to keep our Food Bank stocked so no Toronto neighbour goes hungry this summer. Please give generously today. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 661, 354, 177, 41, 24, 6 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNAMHPJBMP&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give hope this holiday Campaign ID: FUNQVXBRRCG Status: active Description: Hunger is rising in Toronto, but together, we can help twice as many neighbours — and change lives. This Christmas, your gift to Yonge Street Mission will be matched! Help provide 2X the urgently needed meals and community support programs. $5.90 = 2 holiday meals$23.60 = feed two families of 4Double the meals. Double the impact. Give today. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNQVXBRRCG&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### You are making a difference! Campaign ID: FUNCVFAYFNL Status: active Description: Just $5.90 can change the life of a neighbour living in poverty by providing:- Warm meals- Training and employment services- Wrap-around supports- And more, to create opportunities for a better future Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 250, 150, 100, 75, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNCVFAYFNL&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Your gift DOUBLES in impact Campaign ID: FUNMHSQSCEH Status: active Description: During the summer, thousands of families lose access to daily meal and support services they rely on. You can help children experiencing hunger one meal at a time. Just $23.60 provides a meal for a family. Thanks to a generous donor, your gift will be matched to DOUBLE, to help two families!Donate this August to provide 2x as many meals this summer! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNMHSQSCEH&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give meals and fresh starts this Easter Campaign ID: FUNALPWJQRQ Status: active Description: Our Easter meal helps community members come together while taking positive steps toward a new life as they learn about our programs and wrap-around care. Donate today to provide a hot meal and a fresh start to a struggling neighbour or family this Easter. Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNALPWJQRQ&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Your gift MATCHED this Thanksgiving! Campaign ID: FUNPYAJKWKM Status: active Description: 1 in 10 Toronto neighbours now need a food bank. That's 154% more than last year.But you can help. The joy of a Thanksgiving meal at Yonge Street Mission can be the first step in a journey out of poverty.Give a special meal to a Toronto family facing hunger for only $23.60. Your gift DOUBLES in impact when you give before Thanksgiving! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNPYAJKWKM&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Transform Toronto Together! Campaign ID: FUNUFBCSPJA Status: active Description: Just $5.90 can change the life of someone living in poverty by providing warm meals, employment and training services and opportunities for a better future.If your gift is larger than $500, please consider donating via e-transfer. For more information, visit the Ways to Give: E-Transfer Donations section of our website. Default currency: CAD 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://www.ysm.ca/?form=FUNUFBCSPJA&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Urgent: Warm meals needed this winter Campaign ID: FUNWJQCVUCP Status: active Description: As the temperature drops, the needs of struggling neighbours continue to rise. Only $5.90 provides a warm, nutritious meal — and other vital supports for neighbours experiencing poverty.Please respond today to provide warm meals for as many vulnerable neighbours as you can! Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNWJQCVUCP&recurring=once¤cy=CAD&utm_source=fundraiseup_agent ### Give a neighbour a fresh start in 2025! Campaign ID: FUNHQCTXUKA Status: active Description: You can give hope to a neighbour this year! YSM relies on support from kind donors like you to provide healthy meals and the programs and services that enable people, not poverty, to thrive in Toronto. - $5.90 provides a meal- $23.60 feeds a family of four- $167.50 provides a family with needed groceries Default currency: CAD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30, 55, 105, 125, 200, 500 Custom amount: yes Minimum amount: 5 Donation page: https://www.ysm.ca/?form=FUNHQCTXUKA&recurring=once¤cy=CAD&utm_source=fundraiseup_agent