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.
PayPal Webhooks not working on Recurring payments
Asked Answered
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
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.
© 2022 - 2024 — McMap. All rights reserved.