PayFanout API reference
    Preparing search index...

    Class PayZenClientAdapter

    Implements

    Index
    pspName: "payzen"
    • Renders PayZen's embedded card form (kr-pan / kr-expiry / kr-security-code become Lyra-hosted iframes — SAQ-A eligible, card data never touches the host DOM). KR is a single page-global managing forms globally, so mounting tears down any previous form first; two PayZen forms cannot coexist on one page.

      fieldOptions passes through to KR.setFormConfig untouched (placeholders kr-placeholder-*, kr-hide-debug-toolbar, …). Protected keys the host cannot override: formToken (from clientSecret), kr-public-key, kr-spa-mode, and language when MountOptions.locale is given. appearance is accepted but has no JS hook to land on: krypton mirrors the host page's CSS into its iframes automatically, so theming is done with plain CSS (or a cssUrl override) — documented no-op.

      Parameters

      Returns Promise<MountedFieldsHandle>