PayFanout API reference
    Preparing search index...

    Variable paypalOnboardingConst

    paypalOnboarding: AdapterOnboardingDescriptor = ...

    Declarative onboarding metadata for the PayPal adapter: the credentials a host collects, the dashboard events its webhook parser consumes, and the CSP hosts the browser SDK touches. It restates facts the adapter already embodies — PayPalServerAdapterConfig (clientId/clientSecret/webhookId), the webhook.ts event map, and PayPal's SDK/checkout origins — in a machine-readable form so a host settings screen renders generically instead of hard-coding PayPal specifics. The runtime companion is the adapter's verifyCredentials() probe (a "Test connection" button).

    The event list MUST stay in lockstep with webhook.ts: every EVENT_TYPE_MAP key plus CUSTOMER.DISPUTE.RESOLVED, which mapEventType resolves dynamically.