Actions
Feature proposal #7678
closedStripe: Implement logging of failed payments
Description
Denied payment status is currently not being handled in the notification behavior. Implement handling of denied so recurring subscriptions that fail a payment will log a subscr_failed event.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented logging IPNs and failed payment rows in the following cases.
Recurring Payment Failed = IPN contains a subscription id. IPN is a failed payment. Basket is in a completed state.
Pending Payment Failed = IPN is a failed payment. Basket is in a pending state.
Will review other situations to log failed payments in future releases if necessary.
Actions