grazdev
grazdev

Reputation: 1272

Can I migrate from IPN to webhooks for existing Paypal subscriptions?

I am working on a website which was created a few years back, where users have been subscribing via Paypal. This is a Wordpress website with the subscription part handled by a plugin; the plugin uses Paypal's old API as well as IPN to receive notifications from Paypal and do things like renewing existing subscriptions.

I would like to migrate from IPN to webhooks, but is it possible to receive webhook notifications for existing subscriptions? What are my options here? Please note that there are no apps created in the Paypal developer dashboard, so I have no client id or such credentials.

Upvotes: 0

Views: 174

Answers (1)

Preston PHX
Preston PHX

Reputation: 30359

In the Live Applications dashboard, scroll to the bottom and under NVP/SOAP Webhooks click Manage Webhooks and Add Webhook at the bottom. Use a service like e.g. http://webhooks.site/ if you don't have a listener of your own available.

Then see if you receive any events for your existing subscriptions. From what I have heard the answer is no, but the only way to be sure is to try it.

What I do know is these backported "NVP/SOAP" webhooks are live-only and cannot be tested in sandbox (unlike most PayPal features)

Upvotes: 0

Related Questions