The Reports Object

id string
The unique identifier of the report (MAX 64 ; MIN 36).
Example: 5104911d-5df9-229e-8468-bd41abea1.

type enum
The type of the report to run (MAX 255; MIN 3).
Possible enum values: PAYMENTS,TRANSACTIONS or SETTLEMENTS.

start_date timestamp
Starting timestamp of data to be included in the report run (MAX 24; MIN 24; ISO 8601).
Example: 2022-05-09T20:46:54.786Z.

end_date timestamp
Ending timestamp of data to be included in the report run (MAX 24; MIN 24; ISO 8601).
Example: 2022-05-09T20:46:54.786Z.

merchant_reference_id string
The unique identifier of the report at the merchant side (MAX 255; MIN 3).
Example: Merchant_report_1234.

created_at timestamp
Report creation date and time (MAX 27; MIN 27; ISO 8601).
Example: 2022-05-09T20:46:54.786342Z.

updated_at timestamp
Report the last updated date and time (MAX 27; MIN 27; ISO 8601).
Example: 2022-05-09T20:46:54.786342Z.

expires_at timestamp
The time at which the file expires and is no longer available (MAX 27; MIN 27; ISO 8601).
Example: 2022-05-09T20:46:54.786342Z.

status enum
Report status (MAX 255; MIN 3).
Possible enum values: IN_PROCESS,SUCCEEDED, DOWNLOADED,EXPIRED, FAILED or ERROR.