Verifone · Example Payload

Paypal Ecommerce Api Posttransactionsidrefund

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Paypal Ecommerce Api Posttransactionsidrefund 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": "postTransactionsIdRefund",
  "summary": "Refund transaction",
  "method": "POST",
  "path": "/transactions/{id}/refund",
  "responseExample": {
    "createdAt": "2025-01-01",
    "id": "string",
    "instoreReference": "string",
    "refundId": "string"
  }
}