PayFanout API reference
    Preparing search index...

    Interface WorldlineTokenizerResult

    Structural subset of Worldline's Hosted Tokenization Tokenizer. Injected in tests, loaded from the Worldline payment host in browsers. It renders a single hosted iframe (card data never touches the host DOM) and, on submit, resolves a hostedTokenizationId the server uses to create the payment.

    interface WorldlineTokenizerResult {
        error?: unknown;
        hostedTokenizationId?: string;
        success: boolean;
    }
    Index
    error?: unknown
    hostedTokenizationId?: string
    success: boolean