Verifone · Example Payload

Ecommerce Api Swishtransaction

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Swishtransaction 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": "swishTransaction",
  "summary": "Initiate a Swish payment",
  "method": "POST",
  "path": "/api/v2/transactions/swish",
  "responseExample": {
    "id": "string",
    "amount": 0,
    "blocked": false
  }
}