Automatic renewal not charging customer
-
Hi,
I’m testing Simple Subscriptions for Stripe & WooCommerce together with the official WooCommerce Stripe Gateway.
Everything appears to work correctly during checkout:
- The customer successfully pays with a Mastercard debit card.
- An SSSW subscription is created and marked Active.
- The Next Charge Date is set correctly (monthly).
- Stripe creates a Customer (
cus_...), PaymentIntent (pi_...) and Charge (ch_...).
However, when the renewal date arrived, the customer was not charged automatically. No renewal order was created and no new payment appeared in Stripe.
I also noticed that Stripe Billing → Subscriptions is empty, so no
sub_...subscription is created. I understand from your previous explanation that SSSW relies on Stripe’s saved payment methods rather than Stripe Billing subscriptions, so I assume this is expected.My questions are:
- Why wasn’t the customer charged automatically on the renewal date?
- How can I verify that the customer’s payment method/token was saved correctly for off-session renewals?
- Is there anything else I need to configure to enable automatic renewal payments?
- What should I check to determine why the renewal was not processed?
Any guidance would be greatly appreciated. Thank you!
You must be logged in to reply to this topic.