#test_40402
1 messages · Page 1 of 1 (latest)
You can use the pending_setup_intent of the subscription. https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
we are not using custom integration
we are using checkout session for creating a subscription. The subscribed product billing period is 365 days. I could see upcoming invoice for the next year billing cycle. I need to use this upcoming invoice before 15 days to collect payment from the customer..
So you want to create an invoice manually and charge the customer before the renewwal?
Is that possible? If I create a manual invoice, will stripe again generate an invoice at the end of the billing period
Hey! Taking over for my colleague. You can create a manual invoice and then void the invoice generated automatically by Stripe at the end of the billing period
any reference for creating manual invoice?