So I am integrating the Paypal Rest API with my django site so I can introduce subscription based billing, so far everything is going great.
I have a interface for Billing plans, Billing agreements, Transaction history and everything to create and activate billing agreements ect.
However I need a way to be notified if a billing agreement is cancelled or a payment is made for a billing agreement so I though webhooks would be the way to go for this however I am not 100% sure that webhooks work for billing agreements?
Can anyone suggest a way I can track payments made for billing agreements or another method?