{
  "id": "rpt_cj2mkA3hFyHT5",
  "type": "payments.created.current",
  "url": "https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download",
  "status": "completed",
  "metadata": null,
  "created_at": "2021-08-25T23:18:05.261Z",
  "updated_at": "2021-08-25T23:18:05.261Z"
}
Reports provide a filtered snapshot view of a specific resource. Method provides a fixed set of filters (Report Types) which include the following:
  • The resource to filter
  • The applied filter
  • The snapshot window

Report Objects

id
string
Unique identifier for the Report.
type
enum
The filter type for this Report. See Report Types.
url
string
The URL to a file containing the results of the Report.
status
enum
Status of the Report. One of processing or completed
metadata
object | null
Additional data provided during creation. See metadata
created_at
string
Timestamp of when the Report was created.
updated_at
string
Timestamp of when the Report was last updated.

Report Types

Name
ach.pull.nightly
ach.pull.previous
ach.pull.upcoming
ach.reversals.nightly
entities.created.previous_day
payments.created.current
payments.created.previous
payments.created.previous_day
payments.failed.previous_day
payments.updated.current
payments.updated.previous
{
  "id": "rpt_cj2mkA3hFyHT5",
  "type": "payments.created.current",
  "url": "https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download",
  "status": "completed",
  "metadata": null,
  "created_at": "2021-08-25T23:18:05.261Z",
  "updated_at": "2021-08-25T23:18:05.261Z"
}