#CowLover24
1 messages ยท Page 1 of 1 (latest)
No not a way to hide that
Is there anyway to modify it or set the date?
I think I was able to on the dashboard, but I really need to through the api
I think you can set the period here: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-period
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh I see, I was adding the invoice item using the add_invoice_items from within the subscription. From what I could tell is it doesn't have that functionality. I can do this though.
Would I be able to set the period start and end date to the same time? So, instead of it having an interval it will just appear as a single date.
I don't think so
I think it needs to be a timeframe
But you can try
Try this out in test mode to see
Okay will do thank you!
No problem
Just thought I would update the situation for anyone reviewing this thread down the line but it did seem to work. It allowed me to set the same date for start and end. The invoice has not been finalized but I believe it will now just have the one date instead of an interval.
oh nice it actually completely removed the date it looks like
Anyways I think I am good to go. Thanks for the help friend!
Awesome!