PayPal Webhooks not working on Recurring payments
Asked Answered
P

1

6

I have implemented recurring payments using PayPal Rest API. I have subscribed to some events of webhooks. When the subscription is created, I got a notification from paypal. But when the recurring payment created I have not get any notification, even on the events console of developer account.

Pussyfoot answered 20/1, 2017 at 5:59 Comment(3)
Did you find a way to solve this?Retribution
Yes I have found a way for this. I have used "Transactions" of PayPal REST APIs. On each recurring payment time, I get all the transactions against the transaction id and on the basis of agreement id, update the status of recurring payment in my system.Pussyfoot
Just commenting, I gave paypal a chance but I found out that there are many issues with the webhooks. Sometimes they send incomplete data and you have to jump around and see what they didn't send. If I were you, I would stay away from paypal.Aside
P
2

There is a solution to get the list of transactions from transaction API and on the basis of agreement id verify the transaction you want.

Pussyfoot answered 25/6, 2018 at 9:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.