Verifone · Example Payload

Ecommerce Api Klarnapaymenttransaction

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Ecommerce Api Klarnapaymenttransaction 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": "klarnaPaymentTransaction",
  "summary": "Complete a Klarna payment",
  "method": "POST",
  "path": "/api/v2/transactions/{id}/klarna_complete",
  "responseExample": {
    "id": "string",
    "instore_reference": "string",
    "authorized_payment_method": {
      "days": 0,
      "no_of_installments": 0,
      "payment_type": "INVOICE"
    }
  }
}