Verifone · Example Payload

Ecommerce Api Adjust Payment

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Adjust Payment 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": "Adjust Payment",
  "summary": "Adjust the preauth transaction amount",
  "method": "POST",
  "path": "/api/v2/transactions/{id}/adjust",
  "responseExample": {
    "id": "string",
    "payment_provider_contract": "string",
    "amount": 0
  }
}