Klarna Web SDK v2
    Preparing search index...

    Type Alias AcquiringConfig

    AcquiringConfig:
        | { paymentAccountReference: string; paymentAcquiringAccountId: string }
        | { paymentAccountId: string }

    Acquiring configuration for payment account. Use when the integrator is an Acquiring Partner or has a complex partner account setup.

    Type Declaration

    • { paymentAccountReference: string; paymentAcquiringAccountId: string }
      • paymentAccountReference: string

        A unique string reference for the payment account, used by the Acquiring Partner to identify the payment account without relying on Klarna-generated IDs. Used to identify the partner account for the partners themselves. The value will be shown as shared by the integrator on certain Klarna surfaces, such as the Merchant Portal, but will never be used for customer interactions. In case of support request or errands, the reference may be used to look-up the payment account.

      • paymentAcquiringAccountId: string

        Unique account identifier assigned by Klarna to the Acquiring Account.

    • { paymentAccountId: string }
      • paymentAccountId: string

        Unique payment account identifier assigned by Klarna