InteroperabilityToken: string

Interoperability Token is a JWT token signed by Klarna. Contains InteroperabilityResponse together with the schema URL and timestamps. Can be used to get interoperability information without making an extra http call.

The decoded payload of the token is a json structure as followed:

{
"status": "PAYMENT_SUPPORTED | PAYMENT_PREPARED | PAYMENT_PENDING_COMFIRMATION",
"shopping_session_id": "krn:shopping:eu1:session:0e9227c0-0c40-47df-8c10-4014fc1bd2bd",
"schema_url": "https://schema.klarna.com/interoperability/v1.json",
"iat": "2024-01-01T12:00:00Z",
}

InteroperabilityTokenPayload