Verifone · Example Payload

Ecommerce Api Counttransactions

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Counttransactions 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": "countTransactions",
  "summary": "Count transactions",
  "method": "GET",
  "path": "/api/v2/transactions/count",
  "responseExample": {
    "count": 0
  }
}