PayPal API Subscriptions

Description

This plugin is deprecated and should not be used for new installations.

PayPal API Subscriptions was built in 2008 using the PayPal NVP (Name-Value Pair) API v52.0, which PayPal has since discontinued in favour of their REST APIs. The plugin also directly handles raw credit card numbers on your server, which creates PCI compliance obligations that most WordPress sites cannot meet.

Recommended alternatives:

What happens in v1.2.0:

  • Existing [ppsa] shortcodes display a retirement message instead of subscription buttons
  • An admin notice reminds you to migrate
  • All PayPal API code, the credit card form, and bundled jQuery have been removed

Installation

This plugin is deprecated. Please use one of the alternatives listed above.

FAQ

Why was this plugin deprecated?

Two reasons: (1) PayPal’s NVP API v52.0 is discontinued — all new integrations must use the REST API. (2) The plugin handled raw credit card numbers on your server, which is a PCI compliance risk. Modern payment integrations (PayPal Smart Buttons, Stripe Elements) never let card data touch your server.

I still have active subscribers

Your existing PayPal recurring payment profiles continue to work on PayPal’s side regardless of this plugin. The profiles are managed by PayPal, not WordPress. You can manage them from your PayPal merchant dashboard.

Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

Contributors & Developers

“PayPal API Subscriptions” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.0

  • Deprecated: Plugin is now retired — displays admin notice and shortcode retirement message
  • Removed: PayPal NVP API integration (discontinued by PayPal)
  • Removed: Credit card form (PCI compliance risk)
  • Removed: paypal_api.php, form.php, bundled jQuery 1.2.6, images

1.1.0

  • Security hardening: ABSPATH guards, input sanitization, output escaping, SSL verification
  • PHP 8.x compatibility fixes
  • Capability checks on admin pages

1.0

  • First release