Create Transactions Report (Job)

Creates an asynchronous transactions report job.

Request

This endpoint expects an object.
merchantIdstringRequiredformat: "uuid"
Merchant identifier.
namestringRequired

A human-friendly report name.

columnslist of stringsRequired
Columns to include in the generated report.
parametersobjectRequired
filtersmap from strings to anyOptional
Optional filters applied to the report generation.

Response

Report job created successfully.
idstringformat: "uuid"
Unique identifier for the report job.
statusstring
Report job status.
namestring
Report name.
typestring
Report type.
createdAtdatetime
Timestamp when the job was created.
updatedAtdatetime
Timestamp when the job was last updated.

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error