You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise the failed payment (where an invoice is being raised / paid) would never trigger the "pmpro_subscription_payment_failed" action within this plugin for PMP to cancel the membership?
Have I missed something? :) TYIA :)
The text was updated successfully, but these errors were encountered:
Hey @StevieDC sorry for the slow response. I've just done a quick sanity check, and I don't believe we use this plugin for this purpose now.
We currently use the failed payment settings through Stripe, and have the subscription cancelled from there if all retries fail. This still occurs via PMPRO and works fine :)
Hey @StevieDC sorry for the slow response. I've just done a quick sanity check, and I don't believe we use this plugin for this purpose now.
We currently use the failed payment settings through Stripe, and have the subscription cancelled from there if all retries fail. This still occurs via PMPRO and works fine :)
Hope that helps!
Stripe are saying its our site cancelling the members after one failed attempt. Our Stripe settings are to try 3 times.
Hi there,
I'm just trying to piece the "Failed Payment" process together and spotted this code on Line 271 of paid-memberships-pro/services/stripe-webhook.php:
Having looked at the data sent back by Stripe (for me) as part of the webhook, I'm just wondering if this should this be
(Or maybe cater for both?)...
Otherwise the failed payment (where an invoice is being raised / paid) would never trigger the "pmpro_subscription_payment_failed" action within this plugin for PMP to cancel the membership?
Have I missed something? :) TYIA :)
The text was updated successfully, but these errors were encountered: