Klarna Web SDK v2
    Preparing search index...

    Interface SupplementaryPurchaseData

    Supplementary Purchase Data

    interface SupplementaryPurchaseData {
        customer?: Customer;
        lineItems?: LineItem[];
        ondemandService?: OndemandService;
        purchaseReference?: string;
        shipping?: Shipping[];
        subscriptions?: Subscription[];
    }
    Index
    customer?: Customer

    Provide information about the customer.

    lineItems?: LineItem[]

    Include optional line items describing the purchase. The total sum of the line items must match the payment amount.

    ondemandService?: OndemandService

    Provide on-demand service information.

    purchaseReference?: string

    Customer-facing order number. Klarna displays this to customers in the Klarna app and other communications. Klarna also includes it in settlement reports for reconciliation.

    shipping?: Shipping[]

    Provide the recipient and delivery address of the customer.

    subscriptions?: Subscription[]

    Provide subscription details.