Klarna Web SDK v2
    Preparing search index...

    Interface AgenticProtocolDataAcp

    Protocol-specific data for the Agent Commerce Protocol (ACP). Learn more at https://www.agenticcommerce.dev/

    future-release

    interface AgenticProtocolDataAcp {
        protocol: "ACP";
        sharedPaymentToken: string;
    }
    Index
    protocol: "ACP"

    Identifier of the agentic protocol used.

    sharedPaymentToken: string

    A shared payment token issued by an Agent Distributor to facilitate payment authorization.

    "spt_1234567890abcdef"