=== SureDonation ===
Contributors: brainstormforce
Donate link: https://www.paypal.me/BrainstormForce
Tags: donations, fundraising, campaigns, stripe, nonprofit
Requires at least: 6.4
Tested up to: 6.9
Stable tag: 0.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A powerful donation management plugin for WordPress with campaign tracking, Stripe payment processing, and donor management.

== Description ==

SureDonation is a comprehensive donation management solution for WordPress.

== Installation ==

1. Upload the `suredonation` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to SureDonation > Settings to configure Stripe

== Frequently Asked Questions ==

= What payment methods are supported? =

SureDonation uses Stripe for payment processing.

== External services ==

This plugin relies on the following third-party and external services:

= Stripe =

This plugin uses [Stripe](https://stripe.com) to process donation payments. Stripe's JavaScript SDK is loaded on pages that contain a donation form, and payment data (amount, currency, donor email) is sent directly from the donor's browser to Stripe's servers when a donation is submitted.

* [Stripe Terms of Service](https://stripe.com/legal)
* [Stripe Privacy Policy](https://stripe.com/privacy)

= SureForms Middleware API =

This plugin communicates with the SureForms middleware API (api.sureforms.com) to securely create and capture Stripe payment intents with platform fee handling, and to validate webhook signatures. When a donor submits a donation, the plugin sends the donation amount, currency, donor email, Stripe customer ID, and payment metadata to this middleware.

* [SureForms Terms of Service](https://sureforms.com/terms-and-conditions)
* [SureForms Privacy Policy](https://sureforms.com/privacy-policy/)

== Changelog ==

= 0.0.1 =
* Initial release
