Klarna · Schema

PayoutSummary

FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden

Properties

Name Type Description
summary_total_fee_correction_amount integer The total amount of fee correction, in minor units
summary_payout_date_start string ISO 8601 formatted date-time string
summary_total_release_amount integer The total amount of money released from holdback by Klarna, in minor units
summary_settlement_currency string ISO 4217 Currency Code. Like USD, EUR, AUD or GBP.
summary_payout_date_end string ISO 8601 formatted date-time string
summary_total_tax_amount integer The total amount of tax, in minor units
summary_total_settlement_amount integer The total amount of the settlement in question, in minor units
summary_total_holdback_amount integer The total amount of money withheld by Klarna, in minor units
summary_total_reversal_amount integer The total amount of reversals, in minor units
summary_total_return_amount integer The total amount of returns, in minor units
summary_total_fee_amount integer The total amount of fees, in minor units
summary_total_commission_amount integer The total amount of commissions, in minor units
summary_total_sale_amount integer The total amount of sales, in minor units
summary_total_repay_amount integer The total amount of money that has been repaid by the merchant from the debt to Klarna, in minor units
View JSON Schema on GitHub

JSON Schema

klarna-payoutsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayoutSummary",
  "title": "PayoutSummary",
  "type": "object",
  "properties": {
    "summary_total_fee_correction_amount": {
      "description": "The total amount of fee correction, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_payout_date_start": {
      "description": "ISO 8601 formatted date-time string",
      "example": "2016-12-14T07:52:26Z",
      "type": "string",
      "format": "date-time"
    },
    "summary_total_release_amount": {
      "description": "The total amount of money released from holdback by Klarna, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_settlement_currency": {
      "description": "ISO 4217 Currency Code. Like USD, EUR, AUD or GBP.",
      "example": "USD",
      "type": "string"
    },
    "summary_payout_date_end": {
      "description": "ISO 8601 formatted date-time string",
      "example": "2016-12-14T07:52:26Z",
      "type": "string",
      "format": "date-time"
    },
    "summary_total_tax_amount": {
      "description": "The total amount of tax, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_settlement_amount": {
      "description": "The total amount of the settlement in question, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_holdback_amount": {
      "description": "The total amount of money withheld by Klarna, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_reversal_amount": {
      "description": "The total amount of reversals, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_return_amount": {
      "description": "The total amount of returns, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_fee_amount": {
      "description": "The total amount of fees, in minor units",
      "example": 500,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_commission_amount": {
      "description": "The total amount of commissions, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_sale_amount": {
      "description": "The total amount of sales, in minor units",
      "example": 500,
      "type": "integer",
      "format": "int64"
    },
    "summary_total_repay_amount": {
      "description": "The total amount of money that has been repaid by the merchant from the debt to Klarna, in minor units",
      "example": 550,
      "type": "integer",
      "format": "int64"
    }
  },
  "additionalProperties": false,
  "required": [
    "summary_total_fee_correction_amount",
    "summary_payout_date_start",
    "summary_total_release_amount",
    "summary_settlement_currency",
    "summary_payout_date_end",
    "summary_total_tax_amount",
    "summary_total_settlement_amount",
    "summary_total_holdback_amount",
    "summary_total_reversal_amount",
    "summary_total_return_amount",
    "summary_total_fee_amount",
    "summary_total_commission_amount",
    "summary_total_sale_amount",
    "summary_total_repay_amount"
  ]
}

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