Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentsConfiguration

    interface PaymentsConfiguration {
        activePaymentComponentType: PaymentComponentType;
        paymentReturnUrl?: string;
    }
    Index

    Properties

    activePaymentComponentType: PaymentComponentType

    Indicates the type of payment components that the Application will use.

    paymentReturnUrl?: string

    URL where the buyer will be redirected back to after an offsite payment.