Verifone · Example Payload

Reporting Api Get_The_List_Of_All_Reports_Get

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Reporting Api Get_The_List_Of_All_Reports_Get is an example object payload from Verifone, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathresponseExample

Example Payload

Raw ↑
{
  "operationId": "get_the_list_of_all_reports_get",
  "summary": "Get the list of all reports",
  "method": "GET",
  "path": "/reports",
  "responseExample": {
    "totals": 0,
    "reports": [
      {}
    ]
  }
}