Worldline Connect Node.js SDK
    Preparing search index...

    Interface CreatedPaymentOutput

    interface CreatedPaymentOutput {
        displayedData?: DisplayedData | null;
        isCheckedRememberMe?: boolean | null;
        payment?: Payment | null;
        paymentCreationReferences?: PaymentCreationReferences | null;
        paymentStatusCategory?: string | null;
        tokenizationSucceeded?: boolean | null;
        tokens?: string | null;
    }
    Index

    Properties

    displayedData?: DisplayedData | null
    isCheckedRememberMe?: boolean | null
    payment?: Payment | null
    paymentCreationReferences?: PaymentCreationReferences | null
    paymentStatusCategory?: string | null

    Use Payment.statusOutput.statusCategory instead

    tokenizationSucceeded?: boolean | null
    tokens?: string | null