Klarna · Schema

card

FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden

Properties

Name Type Description
reference string Identifier to reference order line.
card_id string Unique card identifier.
amount integer The total amount available on the card. In minor units. The number of decimals are controlled by the currency.
currency string The ISO 4217 code states which currency it is and how many decimals the amount has.
pci_data string Encrypted, PCI compliant card data.
iv string Initialization vector for symmetric decryption with the AES key.
aes_key string The symmetric key complying the Advanced Encryption Standard.
brand string The brand of the card.
holder string Card holder name on the card.
View JSON Schema on GitHub

JSON Schema

klarna-card-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card",
  "title": "card",
  "type": "object",
  "properties": {
    "reference": {
      "type": "string",
      "example": "yPGw6i4lR0GTcyxGpS3Q6Q==",
      "description": "Identifier to reference order line."
    },
    "card_id": {
      "type": "string",
      "example": "b846430c-3656-43a1-812e-2ccff4531b7d",
      "description": "Unique card identifier."
    },
    "amount": {
      "type": "integer",
      "format": "int64",
      "example": 10000,
      "description": "The total amount available on the card. In minor units. The number of decimals are controlled by the currency."
    },
    "currency": {
      "type": "string",
      "example": "USD",
      "description": "The ISO 4217 code states which currency it is and how many decimals the amount has."
    },
    "pci_data": {
      "type": "string",
      "description": "Encrypted, PCI compliant card data."
    },
    "iv": {
      "type": "string",
      "description": "Initialization vector for symmetric decryption with the AES key."
    },
    "aes_key": {
      "type": "string",
      "description": "The symmetric key complying the Advanced Encryption Standard."
    },
    "brand": {
      "type": "string",
      "example": "VISA",
      "description": "The brand of the card."
    },
    "holder": {
      "type": "string",
      "example": "Jane Doe",
      "description": "Card holder name on the card."
    }
  }
}

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-card"
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.