Report generated
Last updated: February 5, 2025
This event occurs when a scheduled report is generated and available to retrieve.
1{2"id":"evt_jaudu78q7duakmcakady18djass",3"type":"report_generated",4"version":"1.1.0",5"created_on":"2024-07-10T15:24:13.8431084Z",6"data":{7"report_id":"rpt_bzhlovfpy32e3fbveixijllwfe",8"report_type":"FinancialActions",9"files":[10"my-entity-name/reports-my-entity-name/.../file_01.csv",11"my-entity-name/reports-my-entity-name/.../file_02.csv"12],13"api_resources":{14"report":{15"id":"rpt_bzhlovfpy32e3fbveixijllwfe",16"url":"https://api.checkout.com/reports/rpt_bzhlovfpy32e3fbveixijllwfe"17},18"files":[19{20"id":"file_j7pzfrawcyoep7stxmln25psu",21"url":"https://api.checkout.com/reports/rpt_bzhlovfpy32e3fbveixijllwfe/files/file_j7pzfrawcyoep7stxmln25psu"22}23]24},25"account":{26"client_id":"cli_urq524lg2lzevf6qapnfwrvyee",27"entity_id":"ent_r7nge7vl53crsa3ozjxzoiykj4"28},29"tags":[30"payout_id:AB00012"31]32},33"_links":{34"self":{35"href":"https://api.checkout.com/workflows/events/evt_jaudu78q7duakmcakady18djass"36}37}38}
Field name | Description |
---|---|
string | The unique identifier for the event, prefixed by |
string | The type of event. |
string | The version of the webhook. |
datetime | The date and time when the event was triggered, in UTC. |
object | The notification payload. |
string | The unique identifier for the report, prefixed by |
string | The type of report. This can be one of:
|
array of strings | Contains the report as one or more CSV files. |
object | Contains information for retrieving the report and report files using the API. |
object | Contains information for retrieving the report using the API. |
string | The unique identifier for the report, prefixed by |
string | The URL for retrieving the report using the Get report details endpoint. |
object | Contains information for retrieving a specific report file using the API. |
string | The unique identifier for the report file, prefixed by |
string | The URL for retrieving the report file using the Get report file endpoint. |
object | Contains information about the Checkout.com account the report relates to. |
string | The unique identifier for your Checkout.com client account, prefixed by |
string | The unique identifier for the entity the report relates to, prefixed by |
string | The unique identifier for the settlement the report relates to, as it appears on your bank statement, prefixed by |
object | Contains links relating to the event. |
string | The URL for the event. |