v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Retrieve a Report

get/reports/{report_id}

Path parameters

report_idstring required

The unique identifier of the report.

Headers

X-Organization-Codestring required

Organization code associated to the request.

Response

200

idstring
typestring
start_datestring
end_datestring
merchant_reference_idstring
created_atstring
updated_atstring
expires_atstring
statusstring

Example response

{
  "id": "5104911d-5df9-229e-8468-bd41abea1",
  "type": "TRANSACTIONS",
  "start_date": "2022-05-09T20:46:54.786342Z",
  "end_date": "2022-05-09T20:46:54.786342Z",
  "merchant_reference_id": "Merchant_report_1234",
  "created_at": "2022-05-16T20:46:54.786342Z",
  "updated_at": "2022-05-16T20:46:54.786342Z",
  "expires_at": "2022-05-16T20:46:54.786342Z",
  "status": "SUCCEEDED"
}