#D4reDev1l.
1 messages · Page 1 of 1 (latest)
Can you rephrase your question? I don't understand
sure
I created a subscription with stripe.subscription.create(). I saw there is a initial invoice there
like this
why is it there?
That usually happens when there is a trial or when a Subscription is set up without a payment method
I want to remove because I dont want invoice with 0 USD showed the past invoice for customer
I do create subscription at step 1, and add payment method at step 2
I create subscription like this
You can't stop the $0 invoice from happening when you create trialing subscriptions. Your customers won't see that unless you show it to them though.
that's just a placeholder to represent the trial period