#Marroco-stripe

1 messages ยท Page 1 of 1 (latest)

green kraken
#

Hi there! I would love to help but this channel is for technical questions from developers. I can't help with account specific questions โ€” for that you will need to reach out to our Support team: https://support.stripe.com/contact/login

errant panther
#

Hi bismark

#

yeah I mean from the API

#

I want to have that from my api

green kraken
#

Can you re-paste your question here?

errant panther
#

sure

green kraken
#

Thanks!

errant panther
#

How can I get how much the company is making from this month

green kraken
#

Oh sorry

#

I mixed up your question with another!

#

I see

errant panther
#

(we have subscriptions)

#

but I am making a dashboard

green kraken
#

So you'd like to use the API to calculate your revenue?

errant panther
#

correct

#

in the month

green kraken
errant panther
#

thanks, is there a way just to get the transaction list for the current month?

#

or thats something I need to make in my backendlogic

green kraken
#

๐Ÿ™‚

errant panther
#

$stripe->balanceTransactions->all(['limit' => 3]);

#

how can I enter the parameter

#

sorry for that

green kraken
#
'limit' => 3,
'created' => [
  'gt' => timestamp
  ]
]);```
errant panther
#

GOLD

#

timestamp is in utc right?