Verifone · Example Payload

Ecommerce Api Voidcapture

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Voidcapture 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": "voidCapture",
  "summary": "Void capture",
  "method": "POST",
  "path": "/api/v2/transactions/{id}/void_capture",
  "responseExample": {
    "id": "string",
    "payment_provider_contract": "string",
    "amount": 0
  }
}