Verifone · Example Payload

Ecommerce Api Readtransaction

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Readtransaction 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": "readTransaction",
  "summary": "Read transaction",
  "method": "GET",
  "path": "/api/v2/transaction/{id}",
  "responseExample": {
    "id": "string",
    "amount": "string",
    "acquirer_authorizing_network_id": "string"
  }
}