Klarna Web SDK v2
    Preparing search index...

    Interface AgenticConfig

    Provide agentic configuration to enable AI Agent-initiated payment flows. Use this field when the payment is initiated by an Agent with Agentic Privilege.

    future-release

    interface AgenticConfig {
        paymentAccountId: string;
        protocolData: AgenticProtocolData;
    }
    Index
    paymentAccountId: string

    Identifies the payment account to charge, in KRN format. This is the Partner's Agentic identifier, targeted by the initiating Agent.

    protocolData: AgenticProtocolData

    Protocol-specific configuration identifying which agentic protocol to use.