简体   繁体   中英

Paypal Webhook Event for card expiracy in a subscription

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM