New to the community? Welcome! Please read our Community Rules and Guidelines
Pay, shop, and do even more on the PayPal appGet the App
I see multiple posts by people asking about why webhooks for recurring payments completed aren't executing, but no answers:
Can anyone provide some insight?
Thanks for the reply.
Positive I am using the REST API in ASP.NET. Payments according to the billing agreement do not appear to generate a webhook event for recurring payments.
Positive that I am subscribed to all events, and have even recreated the webhook URL a couple times. I am logging every single webhook call in the database, so I know I am only getting events for BILLING.PLAN.CREATED, BILLING.PLAN.UPDATED, BILLING.SUBSCRIPTION.CANCELLED, BILLING.SUBSCRIPTION.CREATED.
So it has been a week, and even after opening a support request on this issue it remains unresolved and I haven't gotten a response from them since last Wednesday.
Recurring billing is a pretty important feature, but if payments notifications aren't sent then the feature is pretty much crippled without manual lookups or an extra server-based routine verifying ALL subscriptions. This shouldn't be necessary.
This doesn't inspire confidence, and since our project had to move forward we've nearly re-written the subscription system to use Stripe for merchant processing, which is actually proven pretty easy to integrate with.
Aside from the recurring billing issue, I found out that Stripe also allows you to change plans and amounts in active subscriptions so that you don't have to recreate agreements and prompt users to pay again. And since PayPal hasn't wanted to address requests to allow changes to existing agreements at https://github.com/paypal/PayPal-REST-API-issues/issues/25 then Stripe seems to be the flexible way to go.
Which event name specifically are you expecting that you are not getting?
©1999-2023 PayPal, Inc. All rights reserved.