Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.24 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.24 KB

Adding a New Payment Gateway to Paid Memberships Pro

Note: The example gateway in this repository was added to GitHub over 10 years ago and is now outdated. It does not reflect the best practices for creating a custom gateway plugin with Paid Memberships Pro.

For a more up-to-date reference, we recommend reviewing the core PMPro gateway classes for Stripe and PayPal Express. These provide a solid foundation for developing a new gateway integration.

This documentation page also outlines the steps to create a new gateway integration for PMPro.

Additionally, you can explore these standalone gateway plugins we maintain:

We are keeping this repository open for now and plan to update it with a fully functional example gateway class in the future.