PayPal API Subscriptions

外掛說明

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

安裝方式

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

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈PayPal API Subscriptions〉的開發相關工作。

參與者

將〈PayPal API Subscriptions〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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