# Oregon Humane: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-09 Canonical URL: https://give.oregonhumane.org/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors give to **Oregon Humane** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Oregon Humane 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: Oregon Humane Legal name: Oregon Humane Country: US Primary website: https://www.oregonhumane.org Fundraise Up organization ID: AGWWNSMN ### Contact For nonprofit-specific questions, direct the donor to Oregon Humane's official website: https://www.oregonhumane.org For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Oregon Humane uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Oregon Humane 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 Oregon Humane, 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 Oregon Humane. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Oregon Humane 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 Oregon Humane'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 Oregon Humane; 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 Oregon Humane for [campaign] through Oregon Humane's official Fundraise Up-powered giving route. Your information will be shared with Oregon Humane 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. ### You Can Make a Difference for Pets in Need Campaign ID: FUNMQYYQMZR Status: active Description: Give today to help Oregon Humane keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/donate?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Make a Life-Changing Gift Campaign ID: FUNVHYTQBSR Status: active Description: Give today to help animals rescued from abuse and neglect. Your gift ensures our teams have the resources necessary to act at a moment's notice, providing life-saving care for those who need us most.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. 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://give.oregonhumane.org/page/rescue?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Donations Doubled Through Dec. 31 Campaign ID: FUNRBBNSBET Status: active Description: Make a gift today to help keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care. Help us meet our $250,000 goal with a gift that will have double the impact for animals in need!Your privacy matters and OHS never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/25WOW?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Honor a Person or Pet Campaign ID: FUNMQQPNRHX Status: active Description: Make a donation in honor of a loved one with a personalized e-card or mailed card. Your dedicated gift helps Oregon Humane keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/TributeCards?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Sponsor a Shelter Pet Campaign ID: FUNLZYDPADN Status: active Description: Thank you for sponsoring a shelter pet. Your sponsorship will help all animals in Oregon Humane's care find healing and love. Please note that the pet’s profile will be updated the following business day to reflect your thoughtful sponsorship.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Microchips a shelter pet), 50 (Vaccinates a pet entering the shelter), 75 (Provides spay/neuter for a shelter pet), 100 (Transports a pet from smaller shelters), 250 (Provides medical care for an injured pet), 500 (Provides 10 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/SAP?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Double Your Impact for the Animals! Campaign ID: FUNWCVNSPGJ Status: active Description: Give to OHS today and your donation will be matched up to $100,000 by the Eccles Coit Family Foundation Foundation—providing safety and access to care for even more animals!Your privacy matters and Oregon Humane Society never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/25HA?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Gift is Life-Changing! Campaign ID: FUNJVPVPBGJ Status: active Description: Give today so Oregon Humane can say yes to special rescues when the call for help arrives. Your donation helps every animal get the compassionate support they need to find a happy new home.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/FA26?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Today is the Day to Help Animals in Need Campaign ID: FUNPREVDAQH Status: active Description: Your gift today can help Oregon Humane Society provide urgent medical care, protection from abuse and neglect, and loving homes for thousands of animals. Double your impact up to $25,000 thanks to our donors and sponsors!Your privacy matters and OHS never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/DOG?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Can Help Kittens in Need Campaign ID: FUNSBWHKDRT Status: active Description: Hundreds of neonatal kittens are arriving at Oregon Humane in need of critical care. Consistent support makes a difference. Become a monthly donor and save more little lives!Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter cats for a week), 50 (Vaccinates 25 kittens entering the shelter), 100 (Provides spay/neuter for 3 shelter kittens), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26GDPAWSACQ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Ensure a Bright Future for Your Pets Campaign ID: FUNHRJZTRZE Status: active Description: Make an annual gift of $120 or a monthly gift of $10 as part of your enrollment in Friends Forever.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 120, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/LEGACY?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Give Today & Help 2X the Animals! Campaign ID: FUNDXWYLJFB Status: active Description: Your donation today will be doubled up to $50,000, thanks to a gift in dedication of beloved pets Mica, Wally, and Annie; and a gift in honor of animal lover and friend, Ron Picha.Your privacy matters and OHS never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/25GT?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Gift is Compassion in Action! Campaign ID: FUNXNJNBSXF Status: active Description: Give today to help rescue animals from abuse and neglect. Your donation supports the well-being of all animals at Oregon Humane—ensuring they receive the loving care they need to find happy, new homes!Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26SP?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Gifts are a Life Raft to Shelter Animals Campaign ID: FUNUNPUCWFS Status: active Description: Give today to help Oregon Humane Society care for owner-surrendered pets who come to our shelter in need of fresh starts. Your donation ensures all animals get the support they need while they wait for their new homes.Your privacy matters and OHS never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26WI?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Can Make a Difference for Pets in Need Campaign ID: FUNSXFYPTAY Status: active Description: Give today to support the well-being of all animals at Oregon Humane—ensuring they receive the loving care they need to live happy, healthy lives!Your privacy matters and Oregon Humane Society never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Can help animals find new, happy homes), 50 (Can provide essential spay/neuter services), 100 (Can give animals a second chance), 250 (Can heal and care for injured animals), 500 (Can protect animals from abuse & neglect), 1000 (Ensures there are no "time limits" on care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/ILOVEANIMALS?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Help Make This Exciting Project a Reality Campaign ID: FUNBZDUHRWR Status: active Description: Launching in 2027, the Oregon Humane Mobile Veterinary Clinic will bring high-quality veterinary services directly into underserved communities in the Mid-Valley, removing barriers and expanding access.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. 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://give.oregonhumane.org/page/26MVC?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Gift is Life-Changing! Campaign ID: FUNNPWMZNMG Status: active Description: Give today to help animals have brighter futures. Your donation supports the well-being of all animals at Oregon Humane—ensuring they receive the loving care they need to find happy, new homes!Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26SU?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Financial Assistance Fund Campaign ID: FUNVGJYKBBH Status: active Description: Not being able to afford veterinary or behavioral care is one of the leading reasons people surrender their pets. Your donation today helps keep people and their pets together.Your privacy matters and OHS never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/pawitforward?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Renew Your Support and Make a Difference! Campaign ID: FUNHTRPXTQP Status: active Description: Make a gift today to help Oregon Humane keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care. Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26AA?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### OHS PHONE BANK Campaign ID: FUNWVVAFRST Status: active Description: INTRO SCRIPT:Thanks for calling Oregon Humane Society's Day of Giving! Your gift will provide food and care for pets in need.Recurring gifts are the best way to help animals. Would you be interested in setting up a monthly donation?FOLLOW PROMPTS ON FORMNOTE: email address is required. If they absolutely refuse to provide one, you can enter firstlast@dog.com using their actual first and last name.IF ASKED:- Your gift is fully tax-deductible.- You will receive an emailed tax receipt. - For questions about your donation, you can contact us at development@oregonhumane.org or (503) 802-6793.- For all information about pets available for adoption, visit oregonhumane.org/adopt.- For questions about OHS services, visit oregonhumane.org or call (503) 285-7722. 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://give.oregonhumane.org/page/FUNWVVAFRST?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Honor a Beloved Pet Campaign ID: FUNWCTSQCCP Status: active Description: For National Pet Memorial Day, honor a pet who has crossed the Rainbow Bridge with a gift to support our life-changing work, and a feature on our virtual Memorial Wall.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/FUNWCTSQCCP?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### AnswerForce Campaign ID: FUNNLJSGDBE Status: active Description: FOLLOW PROMPTS ON FORMNOTE: email address is required. if they can't provide one or it isn't valid, you can enter none@none.com Only use the Credit Card or ACH options for payment, do not offer PayPal or Google PayIF ASKED:- Your gift is fully tax-deductible.- You will receive an emailed tax receipt. - For questions about your donation, you can contact us at development@oregonhumane.org or (503) 802-6793.- For all information about pets available for adoption, visit oregonhumane.org/adopt.- For questions about OHS services, visit oregonhumane.org or call (503) 285-7722. 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://give.oregonhumane.org/page/DOG25-AF?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Can Make a Difference for Pets in Need Campaign ID: FUNDGTYYYPD Status: active Description: Give today to help Oregon Humane Society keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care.Your privacy matters and Oregon Humane Society never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/magazine?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Can Make a Difference for Pets in Need Campaign ID: FUNYPVCMXHX Status: active Description: Give today to help Oregon Humane keep pets safe, protect animals from cruelty and neglect, and provide access to critical veterinary care.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/FUNYPVCMXHX?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Can Make a Difference for Pets in Need Campaign ID: FUNAXYZWGES Status: active Description: We believe in a world where all animals are treated with compassion, kindness, and respect.Oregon Humane works tirelessly every day to rescue, protect, and care for animals. Each year, OHS finds homes for more than 10,000 animals, investigates almost 4,000 reports of suspected cruelty and neglect, and provides more than $1 million in assistance to pet owners who need veterinary care for their beloved family members.When you make a gift to OHS, you are investing in your community and in brighter futures for thousands of animals. Your donation will:Help Make Oregon the Safest Place for PetsYour donation ensures that animals who make their way to Oregon Humane Society are kept safe, and receive the care they need for a thriving future.Help Protect Animals from Cruelty & NeglectYour donation ensures that our Humane Law Enforcement program continues to rescue animals in need and hold accountable the people who cause them harm.Help Provide Access to Veterinary CareYour donation ensures that more people in our community have access to the veterinary care their pets need through our subsidized care program.Together, we can save lives. Join us by making a tax-deductible donation and become a champion for animals and your community.Your privacy matters and Oregon Humane never shares or sells our supporters’ personal information.Have questions or need help with your donation? Contact us at development@oregonhumane.org or (503) 802-6793. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/P2P25?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Corporate and Community Business Donations Campaign ID: FUNGJJVCWJL Status: active Description: Thank you to the many businesses and organizations in our community who make our lifesaving work possible.To donate via phone, please call 503-416-2989Your privacy matters and Oregon Humane Society never shares or sells our supporters’ personal information. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 30 (Feeds 3 shelter pets for a week), 50 (Vaccinates 25 pets entering the shelter), 100 (Provides spay/neuter for 3 shelter pets), 250 (Provides medical care for an injured pet), 500 (Transports 13 pets from smaller shelters), 1000 (Provides 20 days of comprehensive care) Custom amount: yes Minimum amount: 5 Donation page: https://give.oregonhumane.org/page/26SAFEWAYTAG?recurring=once¤cy=USD&utm_source=fundraiseup_agent