Klarna · Schema
SessionResponseV1
FintechBNPLPaymentsCardsShoppingBankingCheckoutOrder ManagementSettlementOpen BankingPSD2Consumer CreditSweden
Properties
| Name | Type | Description |
|---|---|---|
| authorization_token | string | Authorization token (only for KP Sessions) |
| customer | object | |
| expires_at | string | Session expiration time |
| klarna_reference | string | Klarna reference provided by MoOD |
| manual_identification | object | |
| order_id | string | Order id of the payment session |
| session_id | string | The id of the HPP Session |
| status | string | Current HPP Session status |
| updated_at | string | Latest status update time |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SessionResponseV1",
"title": "SessionResponseV1",
"type": "object",
"properties": {
"authorization_token": {
"type": "string",
"example": "70850a20-a2a0-5c70-810c-096fa6f850bb",
"description": "Authorization token (only for KP Sessions)"
},
"customer": {
"$ref": "#/components/schemas/CustomerV1"
},
"expires_at": {
"type": "string",
"format": "date-time",
"example": "2038-01-19T03:14:07.000Z",
"description": "Session expiration time"
},
"klarna_reference": {
"type": "string",
"example": "ffc25786",
"description": "Klarna reference provided by MoOD"
},
"manual_identification": {
"$ref": "#/components/schemas/MerchantManualIdentificationV1"
},
"order_id": {
"type": "string",
"example": "93d644a2-43f3-11e9-b210-d663bd873d93",
"description": "Order id of the payment session"
},
"session_id": {
"type": "string",
"example": "a15b228c-02ad-11e9-8eb2-f2801f1b9fd1",
"description": "The id of the HPP Session"
},
"status": {
"type": "string",
"example": "COMPLETED",
"description": "Current HPP Session status",
"enum": [
"WAITING",
"BACK",
"IN_PROGRESS",
"MANUAL_ID_CHECK",
"COMPLETED",
"CANCELLED",
"FAILED",
"DISABLED",
"ERROR"
]
},
"updated_at": {
"type": "string",
"format": "date-time",
"example": "2038-01-19T03:14:07.000Z",
"description": "Latest status update time"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/klarna-sessionresponsev1"
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.