Zeffy
Zeffy is a 100% free fundraising platform for nonprofits - donation forms, event ticketing, peer-to-peer campaigns, memberships, e-commerce, and donor management - with no platform, transaction, or credit-card fees, funded entirely by optional tips from donors. Zeffy exposes a free public REST API that gives organization admins read-only access to their Payments, Contacts, and Campaigns data (base https://api.zeffy.com/api/v1), authenticated with a per-organization API key sent as a Bearer token, plus outbound webhooks that POST payment details to a configured URL when a payment is completed. Zeffy also integrates via Zapier, QuickBooks, and WordPress.
APIs
Zeffy Payments API
Read-only access to an organization's transactions. List all payments or look up a specific payment, filtering by currency, status, type (online, manual, or imported), contact, ...
Zeffy Contacts API
Read-only access to an organization's donor and supporter list. Retrieve the full contact list or look up a specific person by ID or email. Each contact includes giving history,...
Zeffy Campaigns API
Read-only access to an organization's donation forms, events, and other campaign types. List campaigns or look up a specific campaign to see titles, descriptions, goals, dates, ...
Zeffy Webhooks
Outbound webhooks configured under Settings then Integrations. When a payment is completed, Zeffy sends an HTTP POST with the full payment details to the organization's configur...