Skip to main content
Report schedules automate recurring generation of a single Report type. Each scheduled run creates a Report the same way Create a Report does, so it follows normal Report persistence and triggers the standard report.create webhook. If email_recipients are configured, Method also emails the CSV for that generated Report. Method owns the run cadence for each supported type — the cron value is not configurable.

Report Schedule Objects

Supported Report Types

NameCadence
ach.pull.nightlyBusiness days at 8:00am America/Chicago
ach.reversals.nightlyBusiness days at 8:00am America/Chicago
entities.created.previous_dayBusiness days at 8:00am America/Chicago
payments.created.previous_dayBusiness days at 8:00am America/Chicago
payments.failed.previous_dayBusiness days at 8:00am America/Chicago
A team can only have one active schedule per type. Non-business-day runs are skipped; the next run picks up at the following scheduled business day.
{
  "id": "rpt_sch_Gqjh8pzeUfzH6",
  "type": "payments.created.previous_day",
  "email_recipients": [
    "reports@example.com"
  ],
  "status": "active",
  "created_at": "2026-06-01T13:21:10.386Z",
  "updated_at": "2026-06-01T13:21:10.386Z"
}