#spencersr -pending invoice items
1 messages · Page 1 of 1 (latest)
What do you mean by this:
allow for Pending Invoice Items 100% of the time
Can you explain what you're trying to do?
I'm trying to add a pending invoice item before entering in a subscription (this is handled through the API). I've been trying to show the workflow through a sandbox account online with our non-dev billing team using the dashboard. I'm finding that when I care a new customer in the sandbox account I typically won't see "Pending Invoice Items" as an option in that customers views... in another account this isn't the case and it is always visible. I'm trying to determine if there is going to be an issue with the dev side of things now and if something needs to be done to make sure pending invoice items functionality is honored.
Can you share a screenshot of what you see?
Often #2 for the dashboard instructions listed here isn't available.
We're changing the UI in the Dashboard a bit and I think your second account must have a new view
acct: acct_1KGU2nDsjuGfIzpJ
Also.. just a gripe.. we can't use web capture in chrome/edge for a full page capture due the view layout.
thanks the picture helps I'm looking into it
Can I ask for your account id? You can find it at the bottom of this page https://dashboard.stripe.com/settings/user it looks like acct_123. You can DM me
acct: acct_1KGU2nDsjuGfIzpJ
thanks
np. I do need to wipe the development stuff and redeploy pricing changes soon tho.
okay got to the bottom of this. We hide that section if your account has never created a subscription
once you create one it appears
Thanks.. sounds like no impact to if API would work so this is great.
I believe it's hidden in order to encourage folks NOT to use it and instead add one-time costs for a subscription to the subscription build out... however it causes a chicken-egg issue in the UI having it hidden away instead of available right off the bat for a new build out.
This is good tho.. forces me to handle this in a better way.