Verifone · Example Payload

Ecommerce Api Updatetoken

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Updatetoken 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": "updateToken",
  "summary": "Update Token Details",
  "method": "PATCH",
  "path": "/api/v2/card/{id}",
  "responseExample": {
    "bin": "string",
    "expiry_month": 0,
    "expiry_year": 0
  }
}