#annonymousdevelopr-event-timestamps

1 messages · Page 1 of 1 (latest)

stoic gyroBOT
paper flame
#
  1. This is accurate - we only support a subset of events through the CLI
stoic gyroBOT
paper flame
#
  1. Do you have a specific event ID that you can share where you're seeing those values?
rotund raft
#

Yeah, I thought ending_balance_reconciliation.summary.1 is the event ID?

paper flame
#

No, that's the ID of the report type object, not the ID of the event (we'd expect it to be somethign like evt_123)

rotund raft
#

Oh ok. Maybe, I will need a minute to see if I can find that

brittle plover
#

Hi 👋

I'm stepping in as my colleague needs to go. The "event" you are referring to is actually a report type. I think you would be looking for the reporting.report_run.succeeded event.

rotund raft
#

Here's an example event ID evt_1OkIGhGuzTr2QwdMOON6B2gQ

brittle plover
#

Thanks! Taking a look

rotund raft
#

Yeah actually the event I am interested in is called reporting.report_type.updated

brittle plover
#

I see valid timestamps in the data_available_start and data_available_end properties in this event.

rotund raft
#

Interesting, ok, may be a parsing problem or something. Good to know

#

Can I see the raw event myself in the dashboard?

brittle plover
rotund raft
#

Cool. Thank you.

brittle plover
#

Depending on the language you are using, you may need to cast the values to a Timestamp

stoic gyroBOT
#

annonymousdevelopr-event-timestamps

rotund raft
#

Yeah. I'm using the object directly from the strip golang library stripe.ReportingReportType on pkg.go.dev