Verifone · Example Payload

Ecommerce Api Listtransactions

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Listtransactions 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": "listTransactions",
  "summary": "List transactions",
  "method": "GET",
  "path": "/api/v2/transactions",
  "responseExample": [
    {
      "id": "string",
      "amount": 0,
      "acquirer_authorizing_network_id": "string"
    }
  ]
}