Donately
Donately is an online donation and fundraising platform for nonprofits, churches, and businesses, offering embeddable donation forms, campaign and peer-to-peer fundraising pages, recurring giving, and donor management. Its REST API (base https://api.donately.com/v2, version 2019-03-15) exposes accounts, campaigns, donations, recurring subscriptions, people (donors), fundraisers, forms, and webhooks, authenticated with an API token via HTTP Basic Auth. Donately charges a platform fee (4%, 2%, or 0% prepaid) on top of Stripe/PayPal payment processing.
APIs
Donately Donations API
Create, list, retrieve, and refund donations against an account or campaign. The create endpoint accepts donation_type values of cc, ach, cash, and paypal and can be called unau...
Donately People API
Manage the people (donors and contacts) attached to an account - create, list, retrieve, and update person records including name, email, and associated giving history.
Donately Campaigns API
Create, list, retrieve, update, and delete campaigns - the fundraising pages with goals, titles, and settings that donations and fundraisers are organized under.
Donately Fundraisers API
Manage peer-to-peer fundraisers - individual or team fundraising pages created under a campaign. Create, list, retrieve, and update fundraisers with their own goals and personal...
Donately Subscriptions API
Recurring donation schedules. List subscriptions for an account, retrieve a single subscription by ID, and cancel a subscription. Each subscription generates donations on its co...
Donately Accounts API
Retrieve and manage the accounts (organizations) a token has access to. Most other endpoints require an account_id parameter identifying which account to operate against.