Verifone · Example Payload

Customer Api Getv2Customer

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Customer Api Getv2Customer 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": "getV2Customer",
  "summary": "List Customers",
  "method": "GET",
  "path": "/v2/customer",
  "responseExample": [
    {
      "created_at": "2025-01-01T00:00:00Z",
      "entity_id": "string",
      "id": "string",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  ]
}