Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal Webhooks not working on Recurring payments

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.

like image 756
Muhammad Fuzail Zubari Avatar asked Oct 29 '22 13:10

Muhammad Fuzail Zubari


1 Answers

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.

like image 98
Muhammad Fuzail Zubari Avatar answered Dec 10 '22 08:12

Muhammad Fuzail Zubari