Klarna Web SDK v1
    Preparing search index...

    Type Alias KlarnaConfig

    type KlarnaConfig = {
        setAccountId(accountId: string): Promise<void>;
        setSdkToken(sdkToken: string): Promise<void>;
    }
    Index

    Methods

    • Parameters

      • accountId: string

      Returns Promise<void>

      Config

      Config.setAccountId

      general-availability

      true

      true

      acquiring_partner Enables integrators to dynamically specify the merchant's account ID at runtime.

    • Parameters

      • sdkToken: string

      Returns Promise<void>

      Config

      Config.setSdkToken

      general-availability

      true

      true

      acquiring_partner Enables integrators to dynamically specify a sdkToken that can resume a session.