Klarna Web SDK v1
    Preparing search index...

    Type Alias IntegrationParty

    Integration party information for tracking integrator or originator details. This interface is used for both integrators (e.g., Acquiring Partners) and originators (e.g., merchants, platforms).

    type IntegrationParty = {
        moduleName?: string;
        moduleVersion?: string;
        name: string;
        sessionReference?: string;
    }
    Index
    moduleName?: string

    Name of the integration module or plugin.

    moduleVersion?: string

    Version of the integration module or plugin.

    name: string

    Name of the integration party.

    'AcquiringPartner', 'ecommerceCompany'
    
    sessionReference?: string

    Session reference for the integration party.