#vinkesh
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
sure thanks
Is the unit amount per month is 33.33?
You can add an Invoice item of 0.01 to the first Invoice
But its add one more invoice for the customer
You can use add_invoice_items parameter for that: https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items-price_data-unit_amount
No, why?
But when i am trying create a subscription it'll be going to add in all the invoices
for future one as well Is there a way i can tell only for first invoice
No, if you use the add_invoice_items property it will only charge 0.01 one-time.
Happy to help!