0

I would be pleased to know what is the webhook event fired by Paypal when, during a subscription, a payment fails (not at the subscription creation but at its renewal).

Thank you.

lsmpascal
  • 762
  • 8
  • 24

1 Answers1

1

BILLING.SUBSCRIPTION.PAYMENT.FAILED

The most straightforward solution is to simply base all logic on PAYMENT.SALE.COMPLETED. If you don't receive one on time for a subscription, then it has lapsed.


Adding a custom_id when a subscription is first created can be useful for reconciliation.

Preston PHX
  • 27,642
  • 4
  • 24
  • 44