#Peta Stewart
1 messages · Page 1 of 1 (latest)
hi! what's a "project" exactly in terms of Stripe? Your dashboard is a view of all activity on your Stripe merchant account (anything you do using the API keys of that account for example).
oh, I guess it's a concept in stripe-cli(https://stripe.com/docs/cli/flags#flags-project_name), I hadn't heard of that before today
the cli command "$ stripe login --project-name "
but I'm not aware of any dashboard integration with that no, so I don't think you can do what you asked about, sorry
Can I get the information via a cli command. How much revenue for a period for this project?
no, not in any one single command, definitely not. Calculating revenue would mean listing all Charges across a certain period(https://stripe.com/docs/api/charges/list) and summing them up, or running a report https://stripe.com/docs/reports.