paypalpaypal-rest-sdkpaypal-subscriptionspaypal-webhooks

Paypal subscription webhook for recurring payment


I had set up Paypal webhooks to track the recurring payments. I had set up webhook for

  1. BILLING.SUBSCRIPTION.UPDATED
  2. BILLING.SUBSCRIPTION.RE-ACTIVATED
  3. BILLING.SUBSCRIPTION.RENEWED
  4. BILLING.SUBSCRIPTION.CANCELLED
  5. BILLING.SUBSCRIPTION.EXPIRED
  6. BILLING.SUBSCRIPTION.SUSPENDED
  7. BILLING.SUBSCRIPTION.PAYMENT.FAILED
  8. BILLING.SUBSCRIPTION.ACTIVATED

I am not getting any event apart from Activate. can anyone help me to find out the hook that I need to set up to track transactions for the recurring subscription billing?

Thanks


Solution

  • See https://developer.paypal.com/docs/integration/direct/webhooks/event-names/#subscriptions

    It looks like you want PAYMENT.SALE.COMPLETED

    There is also one for refunded and reversed.