Klarna · Schema

OptionsV1

FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden

Properties

Name Type Description
background_images array List of Images to use for the background. Best matching resolution will be used.
logo_url string URL of the logo to be displayed
page_title string Title for the Payment Page
payment_method_categories array Payment Method Categories to show on the Payment Page. All available categories will be given to the customer if none is specified using payment_method_category or payment_method_categories. Ignored f
payment_method_category string Payment Method Category to show on the Payment Page. All available categories will be given to the customer if none is specified using payment_method_category or payment_method_categories. Ignored fie
place_order_mode string
purchase_type string The type of this purchase
show_subtotal_detail string
View JSON Schema on GitHub

JSON Schema

klarna-optionsv1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OptionsV1",
  "title": "OptionsV1",
  "type": "object",
  "properties": {
    "background_images": {
      "type": "array",
      "description": "List of Images to use for the background. Best matching resolution will be used.",
      "items": {
        "$ref": "#/components/schemas/BackgroundImageV1"
      }
    },
    "logo_url": {
      "type": "string",
      "example": "https://example.com/logo.jpg",
      "description": "URL of the logo to be displayed"
    },
    "page_title": {
      "type": "string",
      "example": "Complete your purchase",
      "description": "Title for the Payment Page"
    },
    "payment_method_categories": {
      "type": "array",
      "description": "Payment Method Categories to show on the Payment Page. All available categories will be given to the customer if none is specified using payment_method_category or payment_method_categories. Ignored field for KCO Orders.",
      "items": {
        "type": "string",
        "enum": [
          "DIRECT_DEBIT",
          "DIRECT_BANK_TRANSFER",
          "PAY_NOW",
          "PAY_LATER",
          "PAY_OVER_TIME",
          "KLARNA"
        ]
      }
    },
    "payment_method_category": {
      "type": "string",
      "description": "Payment Method Category to show on the Payment Page. All available categories will be given to the customer if none is specified using payment_method_category or payment_method_categories. Ignored field for KCO Orders.",
      "enum": [
        "DIRECT_DEBIT",
        "DIRECT_BANK_TRANSFER",
        "PAY_NOW",
        "PAY_LATER",
        "PAY_OVER_TIME",
        "KLARNA"
      ]
    },
    "place_order_mode": {
      "type": "string",
      "example": "PLACE_ORDER",
      "enum": [
        "PLACE_ORDER",
        "CAPTURE_ORDER",
        "NONE"
      ]
    },
    "purchase_type": {
      "type": "string",
      "example": "BUY",
      "description": "The type of this purchase",
      "enum": [
        "BUY",
        "RENT",
        "BOOK",
        "SUBSCRIBE",
        "DOWNLOAD",
        "ORDER",
        "CONTINUE"
      ]
    },
    "show_subtotal_detail": {
      "type": "string",
      "example": "HIDE",
      "enum": [
        "HIDE"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/klarna-optionsv1"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.