Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

139
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda