Verifone · Schema

Klarna Complete Payment Request

klarnaPaymentCompletionRequest from Verifone eCommerce API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
authorization_token string Token used for authorizing a payment transaction.
refusal_reason object
merchant_reference string A reference specified by the merchant to identify the transaction.
View JSON Schema on GitHub

JSON Schema

ecommerce-api-klarnapaymentcompletionrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-klarnapaymentcompletionrequest.json",
  "title": "Klarna Complete Payment Request",
  "description": "klarnaPaymentCompletionRequest from Verifone eCommerce API",
  "type": "object",
  "properties": {
    "authorization_token": {
      "type": "string",
      "description": "Token used for authorizing a payment transaction."
    },
    "refusal_reason": {
      "$ref": "#/components/schemas/RefusalReason"
    },
    "merchant_reference": {
      "type": "string",
      "title": "Merchant Reference",
      "description": "A reference specified by the merchant to identify the transaction.",
      "maxLength": 50
    }
  }
}