Verifone · Example Payload

Ecommerce Api Klarnainittransaction

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Klarnainittransaction 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": "klarnaInitTransaction",
  "summary": "Initiate a Klarna payment.",
  "method": "POST",
  "path": "/api/v2/transactions/klarna",
  "responseExample": {
    "id": "string",
    "instore_reference": "string",
    "client_token": "string"
  }
}