Inttegro SDK for React Native - v0.2.0
    Preparing search index...

    Interface PaymentSheetConfiguration

    Configuration stored for the next payment-sheet presentation.

    interface PaymentSheetConfiguration {
        appearance?: PaymentSheetAppearance;
        orderId: string;
        returnURL?: string;
        telemetry?: PaymentSheetTelemetry;
    }
    Index

    Optional native appearance overrides.

    orderId: string

    Client-safe ID of an Order finalized by the merchant backend.

    returnURL?: string

    Absolute deep link that resumes the application after external steps.

    Optional SDK diagnostics and distributed-trace configuration.