Create a new report run
POST {{base_url}}/api/report-runs
Start generating a new report of the relevant transactions.
Full documentation: Merchant API - Create a new report run
Request Body
{"filter"=>{"from"=>"2020-01-01T00:00:00Z", "to"=>"2020-01-02T00:00:00Z", "entity_types"=>["payment"], "entity_states"=>["failed"]}, "format"=>"csv", "type"=>"settlement_report"}