Klarna Web SDK v1
    Preparing search index...

    Type Alias PaymentRequestStateSubmitted

    type PaymentRequestStateSubmitted = {
        distribution: { url: string };
        state: SUBMITTED;
    }
    Index

    Properties

    Properties

    distribution: { url: string }

    Methods of distributing the payment request to the consumer.

    Type Declaration

    • url: string

      One-time use payment link that you can redirect the consumer to

    state: SUBMITTED