Wundraiser
Wundraiser is a donation management plugin built for WordPress. It provides a complete fundraising solution through a native Gutenberg block that handles campaign creation, payment processing, donor communication, and webhook event tracking — all from within the WordPress admin.
The donation form follows Apple design principles with rounded corners, clean typography, smooth animations, and responsive layouts that adapt from desktop to mobile without breaking. Donors select a preset amount or enter a custom value, choose between one-time and recurring frequencies, fill in their details, and complete payment through PayPal — all without leaving the page.
Each Gutenberg block instance creates and manages its own campaign. Campaign name, target amount, currency, donation presets, and design colours are configured directly in the block sidebar. A live progress bar tracks total raised against the target with real-time donor count.
What Wundraiser handles out of the box:
- PayPal payment processing (sandbox and live modes)
- One-time donations with automatic order creation and capture
- Campaign creation and management through Gutenberg blocks
- Real-time progress bar with fundraising goal tracking
- Donor and admin email notifications on every successful donation
- Webhook event logging with status tracking and event filtering
- CSV export of webhook events for reporting
- Test data import and cleanup tools for development
- Processing fee coverage option for donors
- Multi-currency support (USD, EUR, GBP, INR)
Admin dashboard features:
- Donations list with search, sort, and status filtering
- Dashboard widget showing total raised, donation count, and donor count
- Payments page for PayPal credential management and webhook configuration
- Settings page for email customisation and plugin preferences
- Tools page for test data operations and diagnostics
- Webhook events page with filtering, bulk actions, and purge controls
Built for developers:
Wundraiser uses PSR-4 autoloading, namespaced classes, repository pattern for all database operations, a service provider container, and structured error handling with a custom exception hierarchy. The codebase passes WordPress Plugin Check with zero errors.
External services
This plugin connects to PayPal to process donations and manage webhooks.
PayPal REST API
The plugin sends requests to the PayPal REST API to create and capture payment orders, manage subscription plans, register and delete webhooks, and verify webhook event signatures. Data sent includes the donation amount, currency, donor email, return URLs, and webhook endpoint URL. Requests are made when a donor submits a donation on the frontend, when the admin configures PayPal credentials or webhooks on the Payments page, and when PayPal sends webhook event notifications. The API endpoint is https://api-m.paypal.com for live mode and https://api-m.sandbox.paypal.com for sandbox mode.
PayPal JavaScript SDK
The plugin loads the PayPal JavaScript SDK on frontend pages that contain a donation form block. The SDK renders the PayPal payment buttons and handles the client-side payment flow. The SDK is loaded from https://www.paypal.com/sdk/js with the site’s PayPal Client ID passed as a URL parameter.
PayPal terms of use: https://www.paypal.com/us/legalhub/useragreement-full PayPal privacy policy: https://www.paypal.com/us/legalhub/privacy-full