stripe-paymentssubscriptionrecurring-billing

How to force Stripe subscription charge


Does anybody know how I can force renewal (charge) subscription in Stripe? For example, we have 'past-due' subscription, and 3 tries to charge at this 'past-due' period. Customer adds new payment source (credit card), and wants to use it immediately. But next charge in 'past-due' schedule will be performed in few days. How we can call charge (create invoice and pay it) immediately? Any ideas extremely appreciated!


Solution

  • I executed this API call: https://stripe.com/docs/api/invoices/pay

    And was able to get the invoice to process payment, even though I was unable to via the web console.