PayFanout API reference
    Preparing search index...

    Class GoCardlessClientAdapter

    GoCardless one-off bank payments run entirely on GoCardless-hosted pages, so this adapter has no card fields and no browser SDK — the session's clientSecret IS the hosted authorisation URL, and confirm() is the redirect. There is no key of any kind on the client.

    Implements

    Index
    pspName: "gocardless"
    • Nothing is filled client-side, so mount renders a plain, unbranded informational panel and immediately reports the fields complete (initialized { complete: false } first so button state stays deterministic). fieldOptions.description overrides the panel text; appearance.panel carries inline CSS for it — the payment UI itself is GoCardless-hosted and not themeable from here.

      Parameters

      Returns Promise<MountedFieldsHandle>