Fundolar
Accept donations through a shortcode form with payment gateways managed in Fundolar Central.
Solid choice
Fundolar is a solid plugin choice in 2026, with a few things worth checking first. Was last updated 3 weeks ago, and scores 64/100 on our health check.
- Actively developed ā last update 3 weeks ago
- Tested with the latest WordPress (7.1)
- Small user base (<10 active installs)
- Very few reviews so far
How does it stack up?
Side-by-side on installs, updates, ratings & supportDaily downloads
Download spikes usually follow a new release ā each site that auto-updates counts as a download.
Rankings
Where Fundolar stands todayWordPress.org search rankings
Live position in the plugin search, top 100| Keyword | Position |
|---|---|
| donations | >100 |
| fundraising | >100 |
| paypal | >100 |
| paystack | #45 |
| stripe | >100 |
About Fundolar
From the official readme Ā· v1.5.0Description
Fundolar adds a donation shortcode to WordPress and connects to Fundolar Central for payment processing. Configure Stripe, PayPal, Paystack, Flutterwave, Pesapal, Mobile Money (UG), and more in your Fundolar dashboard, then sync them to your site.
What you get
- Shortcode
[fundolar_donate]ā place the donation form on any page or post. - Fundolar Central ā connect with your site key to sync payment gateways from a hosted dashboard.
- Appearance ā preset amounts, currency, form layouts, and brand colors.
- Dashboard widget and Transactions list with fee breakdown (gross, 3.5% platform fee, net).
- Security ā encrypted secret storage, capability checks, and nonces on sensitive actions.
Platform fee (3.5%)
Each donation records gross amount, a 3.5% platform fee, and net to your site for reporting.
Who this is for
Churches, nonprofits, creators, and anyone who needs donations on WordPress with Stripe, PayPal, and regional payment methods ā without managing API keys inside WordPress.
Privacy
This plugin:
- Stores donation transactions in a custom database table (amounts, status, gateway metadata, and donor fields your form collects).
- Sends admin support requests from the in-dashboard help UI to info@fundolar.com when a site administrator submits the form.
- Communicates with payment processors and Fundolar Central as described under External services when those features are configured.
Consult your privacy policy and processor agreements for lawful bases and retention. Use WordPress privacy tools where applicable for donor personal data.
For each third-party API, what is sent, when, and links to terms and privacy policies, see External services above.
External services
This plugin connects to third-party services when accepting donations or syncing with Fundolar Central.
Fundolar Central
- What: Site registration, gateway sync, donation reporting, and owner dashboard.
- Where:
https://app.fundolar.com(or your configured Central host). - When data is sent: When you connect or sync under Settings ā Payments, when donations are recorded, and during background sync tasks.
- Terms: https://fundolar.com/terms
- Privacy: https://fundolar.com/privacy
Stripe
Used to create and verify PaymentIntents for card donations and receive signed webhooks at /wp-json/fundolar/v1/webhooks/stripe.
- When data is sent: When a donor chooses Stripe and during payment status updates.
- Terms: https://stripe.com/legal
- Privacy: https://stripe.com/privacy
PayPal
- Where:
https://api-m.paypal.com(live) or sandbox equivalent. - When data is sent: When a donor pays with PayPal.
- Terms: https://www.paypal.com/us/webapps/mpp/ua/useragreement-full
- Privacy: https://www.paypal.com/us/webapps/mpp/ua/privacy-full
Paystack
- When data is sent: When a donor pays with Paystack.
- Terms: https://paystack.com/terms
- Privacy: https://paystack.com/privacy
Flutterwave
- When data is sent: When a donor pays with Flutterwave.
- Terms: https://flutterwave.com/us/terms
- Privacy: https://flutterwave.com/us/privacy-policy
Pesapal
- When data is sent: When a donor pays with Pesapal.
- Terms: https://www.pesapal.com/support/knowledge-base/terms-and-conditions
- Privacy: https://www.pesapal.com/support/knowledge-base/privacy-policy
Payoneer Checkout
- When data is sent: When a donor pays with Payoneer card fields.
- Terms: https://www.payoneer.com/legal/terms-of-service/
- Privacy: https://www.payoneer.com/legal/privacy-policy/
MarzPay (Mobile Money UG)
- Where:
https://wallet.wearemarz.com - When data is sent: When a donor pays with Mobile Money (UG), during collection requests, status polling, and webhook callbacks.
- Terms: Contact MarzPay for current terms.
- Privacy: Contact MarzPay for current privacy policy.
Installation
Before you start
- WordPress 6.0 or newer and PHP 7.4+ (match the headers above; newer versions are recommended).
- TLS ā your site should use HTTPS for production donations.
- Fundolar account ā register at Fundolar Central and configure the payment methods you want to offer.
Install the plugin
- Upload the
fundolarfolder towp-content/plugins/, or upload the ZIP via Plugins ā Add New ā Upload Plugin. - Activate Fundolar under Plugins.
- Updates are delivered through the WordPress.org plugin directory (Dashboard ā Updates).
- In the admin, open Fundolar ā Settings (or follow any onboarding links shown).
Set up payments
- Open Fundolar ā Settings ā Payments.
- Paste your site key from Fundolar Central.
- Click Connect, then Sync gateways.
- Enable payment methods in your Fundolar dashboard if none appear after syncing.
Publish the form
- Add
[fundolar_donate]to a page or post and publish. Run a small test donation.
Optional: payment logos
- For branded logos on the form, add SVG (preferred) or PNG files to
wp-content/plugins/fundolar/resources/images/logos/using the filenames listed in the FAQ.
Uninstall
Deactivating removes scheduled hooks tied to the plugin. Deleting the plugin via WordPress runs uninstall.php, which removes plugin options and the custom transactions table ā back up data first if you need historical exports.
Frequently asked questions
Do I need a Fundolar account?
Yes. Create a free account at Fundolar Central, configure payment gateways there, and connect your WordPress site with the site key under Fundolar ā Settings ā Payments.
Does the plugin collect personal data?
Donation records in your database may include donor email and name when the form collects them. Card data is handled by your payment processor. See Privacy below.
cURL error 6 / Could not resolve host
Your server cannot reach Fundolar Central. Confirm outbound HTTPS is allowed and that DNS resolves app.fundolar.com. Contact your host if the problem persists.
Where do I get payment logos?
Add SVG or PNG files under wp-content/plugins/fundolar/resources/images/logos/ with these filenames: stripe.svg, paypal.svg, paystack.svg, flutterwave.svg, pesapal.svg, mobile-money-ug.svg, payoneer.svg
Changelog
1.5.0
- Reliably record successful Stripe and PayPal donations in WordPress and Fundolar Central.
- Preserve platform donation ids when updating PayPal transaction meta.
- Re-create / upsert Central donation records when status sync runs without a prior create.
- Hourly resync of completed donations that never linked to Central.
1.4.0
- Fundolar.com distribution: payments are managed exclusively through Fundolar Central (own API key fields removed from Settings).
- Updated admin UI, how-to guide, form messages, and notices for a Central-only setup.
1.3.20
- WordPress.org review response: explicitly list all external service domains in readme.
- Settings save uses an allowlisted, sanitized field set (no raw $_POST pass-through).
- Donation REST route detection no longer reads $_GET[‘rest_route’].
- WordPress.org package excludes plugins_api updater code and does not mutate active_plugins.
1.3.19
- Add Payoneer Checkout card payments beside Stripe for donors (embedded card fields + hosted fallback).
1.3.18
- WordPress.org review: document PayPal api-m and MarzPay (wallet.wearemarz.com) with terms/privacy links.
- Remove custom plugins_api update hooks on WordPress.org builds; stop auto-activating/deactivating other plugins.
- Replace WP_PLUGIN_DIR hardcoding with plugin_dir_path-based paths.
- Add nonce checks for gateway return URLs and OAuth returns; tighten MarzPay webhook verification via API re-check.
- Sanitize admin settings POST input and REST route detection inputs.
For developers
Is this your plugin? Show off the numbers.
Add a live badge to your site, docs or GitHub README. It updates on its own ā no account needed.
Best Fundolar alternatives
All donations plugins āFAQ
Fundolar: quick answers
Straight answers, pulled from live WordPress.org data.
Live data from WordPress.org Ā· checked Sep 27, 2026
Is Fundolar free?
Yes. Fundolar is free to download and use from the official WordPress.org plugin directory.
Is Fundolar safe to use in 2026?
Fundolar is a solid plugin choice in 2026, with a few things worth checking first. Was last updated 3 weeks ago, and scores 64/100 on our health check.
How many websites use Fundolar?
Fundolar is active on <10 WordPress websites and has been downloaded 146 times since it launched in September 2026. It was downloaded 149 times in the last 30 days.
Does Fundolar work with WordPress 7.1?
Yes. The developer has tested Fundolar up to WordPress 7.1.2, the latest release. It requires WordPress 6.0 or newer.
What PHP version does Fundolar need?
Fundolar requires PHP 7.4 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.
When was Fundolar last updated?
The latest version, 1.5.0, was released on September 5, 2026 (3 weeks ago).
Who makes Fundolar?
Fundolar is developed and maintained by Fundolar.
What are the best alternatives to Fundolar?
The most popular alternatives to Fundolar are Donations via PayPal (20K+ installs), Stripe Payment Forms by WP⦠(8K+ installs) and Donorbox (8K+ installs).
Powered by PageForge
Want thousands of pages that rank like these? Build them in an afternoon.
This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages ā with schema, internal links and AI-written copy baked in.
- CSV, Google Sheets & API data sources
- AI content, schema & internal links per page
- Works with Elementor, Gutenberg, Yoast & Rank Math
- Free on WordPress.org ā no credit card






