Verifone · Example Payload

Customer Api Postv2Customerbyid

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Customer Api Postv2Customerbyid 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": "postV2CustomerById",
  "summary": "Update Customer",
  "method": "POST",
  "path": "/v2/customer/{customerId}",
  "responseExample": {
    "created_at": "2025-01-01T00:00:00Z",
    "entity_id": "string",
    "id": "string",
    "updated_at": "2025-01-01T00:00:00Z"
  }
}