Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
how to get stripe dashboard data(net volume, spend per customer etc..) using Stripe API in Node.js(attaching picture for reference)

stripe dashboard image

I want to get some details that is showing in stripe dashboard using stripe API but I only able to get total sales. can anybody tell me how to get total sales using 2 different dates and other things also.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Stripi documentation could be helpful in this link;

// Timestamps are for 2020-01-01 00:00 PST and 2020-02-01 00:00 PST.
// The columns parameter is optional. A default set of columns will be provided if you don't specify a value.

const reportRun = await stripe.reporting.reportRuns.create({
  report_type: 'Report Type/Name',
  parameters: {
    interval_start: '1577865600',
    interval_end: '1580544000',
    timezone: 'America/Los_Angeles',
    columns: ['created', 'reporting_category', 'net'],
  },
});
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!