# Payment Page | Payment Form for Stripe

![Plugin Check](https://github.com/gaucho-plugins/payment-page/actions/workflows/plugin-check.yml/badge.svg)

The easiest way to accept online payments on WordPress. Connect your payment gateway (Stripe or PayPal), choose a template, and start accepting payments in minutes.

- **WordPress.org listing:** https://wordpress.org/plugins/payment-page/
- **Website:** https://paymentpageplugin.com
- **Documentation:** https://docs.paymentpageplugin.com
- **Maintained by:** [Gaucho Plugins](https://gauchoplugins.com/)

## Status

Active maintenance. Post-CVE security posture, in-house ongoing security audit. See `BUSINESS-PLAN.md` in the companion `payment-page-biz` repo for the canonical roadmap.

## Requirements

- WordPress 6.0 or greater
- PHP 7.4 or greater
- An SSL certificate
- Stripe or PayPal account

## Development

### Running Plugin Check locally

```bash
wp plugin install plugin-check --activate
wp plugin check payment-page
```

CI runs Plugin Check automatically on every PR.

### Running the test suite

```bash
composer install
composer test
```

PHPUnit tests run on PHP 7.4, 8.0, 8.1, and 8.2 in CI.

## License

GPLv3 — see `LICENSE.txt`.
