# FunnelFox ## Docs - [Cancel subscription](https://funnelfox.com/docs/api-reference/cancel-subscription.md): Cancels an subscription. You can provide a reason for cancellation in the request body. If no reason is provided, a default reason will be used: "User requested cancellation". If a subscription has been deleted or already canceled, a corresponding error will be returned. Supported PSPs: - Stripe -… - [Complete payment for an order](https://funnelfox.com/docs/api-reference/checkout/complete-payment-for-an-order.md): Complete (capture) the payment for an order using a payment method token. Limited to two charges per day per payment method token. - [Create a checkout session (client token)](https://funnelfox.com/docs/api-reference/checkout/create-a-checkout-session-client-token.md): Start a new checkout session and obtain a client token for payment. - [Create a simple checkout session](https://funnelfox.com/docs/api-reference/checkout/create-a-simple-checkout-session.md): Start a lightweight checkout session without a price point or user, returning only a client token. - [Perform a one-click purchase](https://funnelfox.com/docs/api-reference/checkout/perform-a-one-click-purchase.md): Initiate a one-click purchase for a given Price Point using the user's saved payment method. - [Resume a pending payment](https://funnelfox.com/docs/api-reference/checkout/resume-a-pending-payment.md): Resume a payment that was pending additional user action (e.g. waiting for 3D Secure or other authentication). - [Update a checkout session](https://funnelfox.com/docs/api-reference/checkout/update-a-checkout-session.md): Modify an existing checkout session's details, such as changing the selected Price Point. - [Get funnel details](https://funnelfox.com/docs/api-reference/get-funnel-details.md) - [Get product details](https://funnelfox.com/docs/api-reference/get-product-details.md) - [Get Profile](https://funnelfox.com/docs/api-reference/get-profile.md) - [Get Session](https://funnelfox.com/docs/api-reference/get-session.md) - [Get Session Replies](https://funnelfox.com/docs/api-reference/get-session-replies.md) - [Get subscription details](https://funnelfox.com/docs/api-reference/get-subscription-details.md) - [List a user's subscriptions and one-off purchases](https://funnelfox.com/docs/api-reference/information/list-a-users-subscriptions-and-one-off-purchases.md): Retrieve all active subscription and one-off (lifetime) purchases for a given user. - [Return all transactions](https://funnelfox.com/docs/api-reference/information/return-all-transactions.md): Retrieve a paginated list of all transactions for the organization. - [Return successful payments of user](https://funnelfox.com/docs/api-reference/information/return-successful-payments-of-user.md): Retrieve the payment history for a specific user. - [Search user](https://funnelfox.com/docs/api-reference/information/search-user.md): Search for users by email address. - [List funnels](https://funnelfox.com/docs/api-reference/list-funnels.md) - [List products](https://funnelfox.com/docs/api-reference/list-products.md) - [List profiles](https://funnelfox.com/docs/api-reference/list-profiles.md) - [List sessions](https://funnelfox.com/docs/api-reference/list-sessions.md) - [List subscriptions](https://funnelfox.com/docs/api-reference/list-subscriptions.md) - [List transactions](https://funnelfox.com/docs/api-reference/list-transactions.md) - [Cancel an order](https://funnelfox.com/docs/api-reference/payment-management/cancel-an-order.md): Initiates a cancellation for an order. - [Refund an order](https://funnelfox.com/docs/api-reference/payment-management/refund-an-order.md): Initiates a refund for a completed order. - [Create a feature (offering)](https://funnelfox.com/docs/api-reference/pricepoints/create-a-feature-offering.md): Define a new Feature (Offering) in your subscription catalog. - [Create a price point](https://funnelfox.com/docs/api-reference/pricepoints/create-a-price-point.md): Add a new Price Point (pricing plan) to your offerings. - [Export price points as CSV](https://funnelfox.com/docs/api-reference/pricepoints/export-price-points-as-csv.md): Export all Price Points in the system as a CSV file. - [Import price points from CSV](https://funnelfox.com/docs/api-reference/pricepoints/import-price-points-from-csv.md): Create new Price Points in bulk by uploading a CSV file. - [List all features (offerings)](https://funnelfox.com/docs/api-reference/pricepoints/list-all-features-offerings.md): Retrieve all Features (Offerings) that have been defined in the system. - [List price points](https://funnelfox.com/docs/api-reference/pricepoints/list-price-points.md): Retrieve all Price Points (pricing plans) defined for the organization. - [Update a price point](https://funnelfox.com/docs/api-reference/pricepoints/update-a-price-point.md): Modify an existing Price Point's details by its identifier. - [Refund a transaction](https://funnelfox.com/docs/api-reference/refund-a-transaction.md): Process a refund for a completed transaction. - [Apply a discount to a subscription](https://funnelfox.com/docs/api-reference/subscription-management/apply-a-discount-to-a-subscription.md): Apply a percentage discount to future charges of an existing subscription. - [Defer a subscription's next charge](https://funnelfox.com/docs/api-reference/subscription-management/defer-a-subscriptions-next-charge.md): Postpone the next scheduled billing date for a subscription. - [Disable subscription auto-renewal (cancel)](https://funnelfox.com/docs/api-reference/subscription-management/disable-subscription-auto-renewal-cancel.md): Turn off automatic renewal for a subscription. The user retains premium access until the end of the period. - [Enable subscription auto-renewal](https://funnelfox.com/docs/api-reference/subscription-management/enable-subscription-auto-renewal.md): Re-enable automatic renewal for an active subscription that was set to not renew (canceled). - [Migrate a subscription to a new plan](https://funnelfox.com/docs/api-reference/subscription-management/migrate-a-subscription-to-a-new-plan.md): Switch an active subscription to a different Price Point (plan). - [Pause a subscription](https://funnelfox.com/docs/api-reference/subscription-management/pause-a-subscription.md): Temporarily suspend a subscription's billing and premium service access. - [Resume a paused subscription](https://funnelfox.com/docs/api-reference/subscription-management/resume-a-paused-subscription.md): Resume a subscription that was previously paused, restoring its active status and premium access to the user. - [Search and filter subscriptions](https://funnelfox.com/docs/api-reference/subscription-management/search-and-filter-subscriptions.md): Return subscriptions list with filters and pagination. - [Update email of user](https://funnelfox.com/docs/api-reference/user-management/update-email-of-user.md): Update the email address associated with a user account. - [Dispute](https://funnelfox.com/docs/api-reference/webhook-reference/dispute.md) - [Onboardingcompleted](https://funnelfox.com/docs/api-reference/webhook-reference/onboardingcompleted.md) - [Onboardingstarted](https://funnelfox.com/docs/api-reference/webhook-reference/onboardingstarted.md) - [Oneoff](https://funnelfox.com/docs/api-reference/webhook-reference/oneoff.md) - [Order](https://funnelfox.com/docs/api-reference/webhook-reference/order.md) - [Profileupdated](https://funnelfox.com/docs/api-reference/webhook-reference/profileupdated.md) - [Purchasecompleted](https://funnelfox.com/docs/api-reference/webhook-reference/purchasecompleted.md) - [Refund](https://funnelfox.com/docs/api-reference/webhook-reference/refund.md) - [Subscription](https://funnelfox.com/docs/api-reference/webhook-reference/subscription.md) - [Subscriptionactive](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptionactive.md) - [Subscriptioncancelled](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptioncancelled.md) - [Subscriptioncreated](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptioncreated.md) - [Subscriptioncycle](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptioncycle.md) - [Subscriptionpaused](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptionpaused.md) - [Subscriptionresumed](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptionresumed.md) - [Subscriptiontrialing](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptiontrialing.md) - [Subscriptionunpaid](https://funnelfox.com/docs/api-reference/webhook-reference/subscriptionunpaid.md) - [User](https://funnelfox.com/docs/api-reference/webhook-reference/user.md) - [Dispute prevention](https://funnelfox.com/docs/billing/disputes.md): Prevent chargebacks with FunnelFox Billing. Intercept disputes automatically before they reach card networks and protect your merchant account. - [FunnelFox billing overview](https://funnelfox.com/docs/billing/index.md): Manage web subscriptions, payments, and billing flows in FunnelFox. Handle checkouts, renewals, upgrades, and cancellation funnels. - [Integrate FunnelFox Billing with FunnelFox](https://funnelfox.com/docs/billing/integration-billing-funnelfox.md): Learn how to connect FunnelFox Billing as your FunnelFox payment provider. - [Web SDK Billing integration](https://funnelfox.com/docs/billing/integration-web-sdk.md): Integrate FunnelFox billing with the Web SDK. Handle payments, subscription events, and checkout flows programmatically. - [Manage subscriptions](https://funnelfox.com/docs/billing/manage-subscriptions-billing.md): Subscriptions management from your FunnelFox Billing dashboard. Handle upgrades, downgrades, pauses, and grace periods. - [Manage subscriptions](https://funnelfox.com/docs/billing/manage-subscriptions-funnelfox.md): Handle subscription changes and customer requests from the main FunnelFox dashboard - [Payment flow configuration](https://funnelfox.com/docs/billing/paymentflow.md): Configure payment flows in FunnelFox. Set up checkout sequences, payment method selection, and post-purchase redirect logic. - [Payment management](https://funnelfox.com/docs/billing/payments-management.md): View and manage customer payments through the FunnelFox Billing dashboard - [Payment orchestration](https://funnelfox.com/docs/billing/payments-orchestration.md): Route payments intelligently across multiple processors to optimize costs, reduce failures, and improve payment success rates - [Payment retries](https://funnelfox.com/docs/billing/payments-retries.md): Automatic retries and payment cascading to recover failed payments and reduce revenue churn - [Tokenization](https://funnelfox.com/docs/billing/payments-tokenization.md): Learn about payment tokenization and compare tokenization types in FunnelFox Billing. - [Billing quickstart](https://funnelfox.com/docs/billing/quickstart.md): Get started with FunnelFox billing in minutes. Connect a payment provider, create products, and launch your first checkout flow. - [Overview](https://funnelfox.com/docs/billing/subscription-management-overview.md): View, pause, cancel, and migrate subscriptions with FunnelFox Billing. - [Subscription migration](https://funnelfox.com/docs/billing/subscription-migration-billing.md): Migrate a customer's subscription to a new plan using the FunnelFox Billing API or dashboard - [Testing billing & payments](https://funnelfox.com/docs/billing/testing.md): Test payment flows in FunnelFox before going live. Use sandbox mode, test cards, and verify subscriptions in the preview environment. - [View subscriptions](https://funnelfox.com/docs/billing/view-subscriptions-billing.md): Monitor and analyze subscriptions in the dedicated FunnelFox Billing dashboard or using the FunnelFox Billing API - [View subscriptions](https://funnelfox.com/docs/billing/view-subscriptions-funnelfox.md): Monitor and analyze subscriptions from all your payment providers in one FunnelFox dashboard - [Analytics dashboard](https://funnelfox.com/docs/dashboard/analytics.md): Track funnel performance in real time. Monitor conversion rates, revenue, user flow, and A/B test results in the FunnelFox dashboard. - [Create experiment](https://funnelfox.com/docs/dashboard/create-experiments.md): Step-by-step guide to setting up, launching, and validating an A/B experiment in FunnelFox. - [Customer management](https://funnelfox.com/docs/dashboard/customers.md): View and manage funnel customers in FunnelFox. Track user profiles, purchase history, subscription status, and support requests. - [Experiments overview](https://funnelfox.com/docs/dashboard/experiments.md): Learn how FunnelFox A/B experiments work and how to get started running them. - [Funnel management dashboard](https://funnelfox.com/docs/dashboard/funnels.md): Create, edit, publish, and manage web funnels in FunnelFox. Set up acquisition and cancellation funnels with the visual editor. - [FunnelFox dashboard overview](https://funnelfox.com/docs/dashboard/index.md): Navigate the FunnelFox dashboard. Access funnels, analytics, products, customers, subscriptions, experiments, and project settings. - [Manage subscriptions](https://funnelfox.com/docs/dashboard/manage-subscriptions-funnelfox.md): Handle subscription changes and customer requests from the main FunnelFox dashboard - [Products management](https://funnelfox.com/docs/dashboard/products.md): Create and manage subscription products in FunnelFox. Set pricing, trial periods, billing intervals, and product configurations. - [Project settings](https://funnelfox.com/docs/dashboard/settings.md): Configure FunnelFox project settings: team access, custom domains, webhooks, fonts, API keys, and Apple Pay domain verification. - [View subscriptions](https://funnelfox.com/docs/dashboard/view-subscriptions-funnelfox.md): Monitor and analyze subscriptions from all your payment providers in one FunnelFox dashboard - [Advanced SDK usage](https://funnelfox.com/docs/develop/advanced-usage.md): Advanced FunnelFox SDK patterns: custom event handling, dynamic configuration, error management, and performance optimization. - [FunnelFox API reference](https://funnelfox.com/docs/develop/api.md): Complete FunnelFox API docs: endpoints, authentication, request examples, and response formats. Build custom integrations with your funnels. - [FunnelFox billing API](https://funnelfox.com/docs/develop/api-billing.md): Complete REST API for checkout orchestration, subscription lifecycle management, price point configuration, and payment operations including refunds and discounts - [Checkout customization](https://funnelfox.com/docs/develop/checkout-customization.md): Customize the checkout UI: payment method order, card form options, button styling, input theming, and CSS overrides. - [CheckoutInstance](https://funnelfox.com/docs/develop/checkout-instance.md): An active checkout session with properties, events, and methods to manage the checkout lifecycle - [configure(config)](https://funnelfox.com/docs/develop/configure.md): Sets global SDK configuration options - [Create checkout programmatically](https://funnelfox.com/docs/develop/create-checkout.md): Build custom checkout flows using FunnelFox APIs. Create checkout sessions, handle payments, and manage purchase completion. - [createClientSession(params)](https://funnelfox.com/docs/develop/create-client-session.md): Creates a client session without rendering a UI for advanced payment flows - [Error handling](https://funnelfox.com/docs/develop/error-handling.md): Error classes and handling strategies for the Billing Web SDK - [Code examples & tutorials](https://funnelfox.com/docs/develop/examples.md): Ready-to-use code examples for FunnelFox: custom integrations, API usage, webhook handling, and advanced funnel logic. - [Password hashes in profile.updated](https://funnelfox.com/docs/develop/password-hashes.md): Verify FunnelFox passwords in your own auth system using hashes from the `profile.updated` webhook - [Replies in API](https://funnelfox.com/docs/develop/replies-in-api.md): Retrieve user replies on-demand through API calls using session IDs from webhooks or integration platforms - [Replies in webhooks](https://funnelfox.com/docs/develop/replies-in-webhooks.md): Handle webhook replies in FunnelFox. Process user responses, quiz answers, and form submissions via webhook event payloads. - [Types](https://funnelfox.com/docs/develop/types.md): TypeScript type definitions for the Billing Web SDK - [Web SDK events reference](https://funnelfox.com/docs/develop/web-sdk-events.md): Complete list of FunnelFox Web SDK events. Track page views, purchases, onboarding steps, and custom events programmatically. - [Web SDK quickstart guide](https://funnelfox.com/docs/develop/web-sdk-quickstart.md): Get started with the FunnelFox Web SDK. Installation, initialization, event tracking, and basic integration in under 10 minutes. - [Webhooks setup & configuration](https://funnelfox.com/docs/develop/webhooks.md): Configure FunnelFox webhooks to receive real-time event notifications for purchases, subscriptions, and funnel interactions. - [Subscription engine webhook events](https://funnelfox.com/docs/develop/webhooks-billing.md): Handle subscription engine webhook events in FunnelFox. Event types, payload schemas, and integration examples for billing. - [Actions & triggers: navigation & payments](https://funnelfox.com/docs/editor/actions.md): Configure funnel actions: navigation, show/hide elements, purchases, dynamic actions, cancellation flows, and subscription swaps. - [Per-screen custom code & Fox API](https://funnelfox.com/docs/editor/coding.md): Add custom JavaScript to individual funnel screens with the Fox API. Calculate values, integrate backends, add tracking scripts, and extend funnel logic. - [Funnel-wide custom code](https://funnelfox.com/docs/editor/coding-funnel-wide.md): Add custom CSS, meta tags, and scripts that apply to every screen in your funnel. - [Funnel localization & multi-language support](https://funnelfox.com/docs/editor/localizations.md): Translate your funnels into multiple languages with FunnelFox. AI-powered translations, locale management, and multi-language setup. - [Visual editor overview](https://funnelfox.com/docs/editor/overview.md): Build web funnels with FunnelFox's drag-and-drop visual editor. Learn the canvas interface, screen management, and keyboard shortcuts. - [Publishing your funnel](https://funnelfox.com/docs/editor/publishing.md): Publish funnels to production in FunnelFox. Learn about preview mode, version history, production URLs, and best practices. - [Replies export](https://funnelfox.com/docs/editor/replies-export.md): Export and analyze user responses from your funnel's input elements using webhooks, API integration, or analytic events - [Themes & global styles](https://funnelfox.com/docs/editor/themes.md): Customize funnel themes in FunnelFox. Set global colors, fonts, button styles, and consistent branding across all screens. - [Variables & dynamic content](https://funnelfox.com/docs/editor/variables.md): Use variables to personalize your funnels. Capture user inputs, URL parameters, and display dynamic content throughout the funnel flow. - [Button element](https://funnelfox.com/docs/elements/button.md): Configure buttons in FunnelFox funnels. Set actions, styles, hover states, and link buttons to navigation, payments, or custom logic. - [Chart element](https://funnelfox.com/docs/elements/chart.md): Visual progress charts for building user commitment and showing potential outcomes - [Checkout element](https://funnelfox.com/docs/elements/checkout.md): Add and configure checkout elements in your FunnelFox funnels. Customize payment forms, pricing display, and purchase flows. - [Container element](https://funnelfox.com/docs/elements/container.md): Flexible layout element for organizing and grouping content - [Cookie consent element](https://funnelfox.com/docs/elements/cookie-consent.md): Add GDPR-compliant cookie consent banners to your FunnelFox funnels. Customize styling, text, and consent management behavior. - [Date picker element](https://funnelfox.com/docs/elements/datepicker.md): User-friendly date selection for birthdays, appointments, and event scheduling - [FAQ element](https://funnelfox.com/docs/elements/faq.md): Expandable Q&A sections to address concerns and build trust - [Image element](https://funnelfox.com/docs/elements/image-video.md): Add and configure images in FunnelFox funnels. Set responsive sizing, alt text, lazy loading, and link images to actions. - [List element](https://funnelfox.com/docs/elements/list.md): Add list elements to your FunnelFox funnels. Create feature lists, benefit sections, pricing breakdowns, and styled bullet points. - [Loader element](https://funnelfox.com/docs/elements/loader.md): Progress indicators that build anticipation and create personalization illusion - [Options](https://funnelfox.com/docs/elements/options.md): Interactive multiple-choice element for quizzes, surveys, and user preferences - [Elements overview](https://funnelfox.com/docs/elements/overview.md): Explore all FunnelFox funnel elements: buttons, text, images, checkouts, timers, popups, plan pickers, reviews, and more. - [Plan picker element](https://funnelfox.com/docs/elements/planpicker.md): Add plan picker elements to your funnels. Let users compare and select subscription plans with customizable pricing displays. - [Popup element](https://funnelfox.com/docs/elements/popup.md): Add popups to your FunnelFox funnels. Configure triggers, animations, overlay settings, and conversion-focused popup designs. - [Price picker element](https://funnelfox.com/docs/elements/pricepicker.md): Single price selection optimized for paid trials and willingness-to-pay collection - [Processing element](https://funnelfox.com/docs/elements/processing.md): Multi-step progress indicators for complex personalization illusion - [Raw HTML element](https://funnelfox.com/docs/elements/raw.md): Add custom HTML, CSS, and JavaScript to extend your funnel's capabilities - [Reviews element](https://funnelfox.com/docs/elements/reviews.md): Add social proof with review elements in FunnelFox. Display testimonials, star ratings, and user reviews to boost conversions. - [Text element](https://funnelfox.com/docs/elements/text.md): Add and style text elements in your FunnelFox funnels. Configure fonts, colors, spacing, dynamic variables, and responsive text. - [Text input element](https://funnelfox.com/docs/elements/textinput.md): Add text input fields to your FunnelFox funnels. Collect emails, names, and custom data with validation and styling options. - [Timer / countdown element](https://funnelfox.com/docs/elements/timer.md): Add countdown timers to your FunnelFox funnels. Create urgency with customizable timers, deadline countdowns, and expiring offers. - [Key concepts & architecture](https://funnelfox.com/docs/getting-started/concepts.md): Understand FunnelFox core concepts: projects, funnels, screens, elements, actions, and how they work together to build web funnels. - [Documentation: Getting started](https://funnelfox.com/docs/getting-started/index.md): Docs to learn how to set up FunnelFox and build your first web-to-app funnel. Step-by-step guide for no-code funnel creation, payments, and A/B testing. - [FunnelFox quickstart guide](https://funnelfox.com/docs/getting-started/quickstart.md): Build and publish your first web funnel in under 30 minutes. Quick setup guide covering editor basics, payments, and going live. - [Test and go live](https://funnelfox.com/docs/getting-started/testing-funnel.md): Verify your funnel is ready to drive conversions and grow revenue - [Amplitude integration](https://funnelfox.com/docs/integrations/analytics/amplitude.md): Advanced product analytics with session replay and behavioral insights - [Google Analytics integration](https://funnelfox.com/docs/integrations/analytics/google-analytics.md): Connect Google Analytics 4 to FunnelFox. Track funnel performance, user behavior, conversions, and revenue with automatic event sending. - [Google Tag Manager integration](https://funnelfox.com/docs/integrations/analytics/google-tag-manager.md): Deploy and manage analytics tags in FunnelFox via GTM. Set up data layer events, triggers, variables, and server-side tagging. - [Hotjar integration: heatmaps & recordings](https://funnelfox.com/docs/integrations/analytics/hotjar.md): Add Hotjar to your FunnelFox funnels for heatmaps, session recordings, and user behavior analysis. Optimize conversion rates visually. - [Analytics integrations overview](https://funnelfox.com/docs/integrations/analytics/index.md): Explore all analytics integrations available in FunnelFox: Mixpanel, GA4, GTM, Amplitude, PostHog, RudderStack, and Hotjar. - [Mixpanel integration: event analytics](https://funnelfox.com/docs/integrations/analytics/mixpanel.md): Send funnel events to Mixpanel automatically. Set up event tracking, user identification, and payment flow analytics in FunnelFox. - [PostHog integration](https://funnelfox.com/docs/integrations/analytics/posthog.md): Automatic event tracking to understand user behavior and improve your funnels - [RudderStack integration](https://funnelfox.com/docs/integrations/analytics/rudderstack.md): Connect RudderStack to FunnelFox for event streaming. Route funnel data to your data warehouse and downstream analytics tools. - [Deep links for authentication](https://funnelfox.com/docs/integrations/authentication/deep-links.md): Set up deferred deep links in FunnelFox for seamless web-to-app user authentication. Pass tokens and user IDs after purchase. - [Firebase authentication](https://funnelfox.com/docs/integrations/authentication/firebase.md): Set up Firebase Authentication in FunnelFox. Enable email, social login, and anonymous auth for your web funnel users. - [Choose how your users sign in](https://funnelfox.com/docs/integrations/authentication/sign-in-methods.md): Compare authentication options for your funnels and apps - [Supabase authentication](https://funnelfox.com/docs/integrations/authentication/supabase.md): Set up Supabase Authentication in FunnelFox. Enable email and social login for your web funnel users. - [FunnelFox Protect](https://funnelfox.com/docs/integrations/chargeback-protect/funnelfox-protect.md): Reduce chargebacks with FunnelFox Protect. Automatic fraud detection, dispute management, and revenue protection for web payments. - [Mailchimp integration: email setup](https://funnelfox.com/docs/integrations/email-providers/mailchimp.md): Connect Mailchimp to FunnelFox to capture leads and sync contacts. Automate email campaigns based on funnel events and purchases. - [Integration events reference](https://funnelfox.com/docs/integrations/events.md): Complete list of FunnelFox integration events. Track purchases, subscriptions, onboarding, and custom events across all platforms. - [FunnelFox integrations overview](https://funnelfox.com/docs/integrations/index.md): Browse all FunnelFox integrations: payment providers, analytics platforms, tracking pixels, subscription management, and authentication. - [Payment integrations overview](https://funnelfox.com/docs/integrations/payments/index.md): Compare and set up payment providers in FunnelFox: Stripe, Paddle, Solidgate, PayPal. Choose the best PSP for your web funnels. - [Paddle payment integration](https://funnelfox.com/docs/integrations/payments/paddle.md): Integrate Paddle as your payment provider in FunnelFox. Step-by-step setup for web subscriptions, checkouts, and recurring billing. - [PayPal payment integration](https://funnelfox.com/docs/integrations/payments/paypal.md): Set up PayPal as a payment method in FunnelFox. Enable PayPal checkout, subscriptions, and one-click payments in your funnels. - [Solidgate payment integration](https://funnelfox.com/docs/integrations/payments/solidgate.md): Integrate Solidgate as your payment provider in FunnelFox. Configure checkout, subscriptions, and payment processing for web funnels. - [Stripe payment integration](https://funnelfox.com/docs/integrations/payments/stripe.md): Set up Stripe as your payment provider in FunnelFox. Configure checkout, subscriptions, Apple Pay, and manage recurring payments. - [Adapty integration](https://funnelfox.com/docs/integrations/subscription-management/adapty.md): Connect Adapty to FunnelFox for unified subscription management across web and app. Sync users, purchases, and subscription data. - [Subscription management integrations](https://funnelfox.com/docs/integrations/subscription-management/index.md): Connect FunnelFox with subscription platforms: Adapty, RevenueCat, and Qonversion. Sync web and in-app subscriptions seamlessly. - [Qonversion integration](https://funnelfox.com/docs/integrations/subscription-management/qonversion.md): Connect Qonversion to FunnelFox for cross-platform subscription analytics. Sync web and in-app purchases in one dashboard. - [RevenueCat integration](https://funnelfox.com/docs/integrations/subscription-management/revenuecat.md): Connect RevenueCat to FunnelFox for cross-platform subscription management. Sync web purchases with your mobile app subscriptions. - [AppLovin](https://funnelfox.com/docs/integrations/tracking/applovin.md): Track funnel events and measure campaign performance with AppLovin Axon - [AppsFlyer](https://funnelfox.com/docs/integrations/tracking/appsflyer.md): Track funnel events and measure campaign performance with AppsFlyer - [Google Ads](https://funnelfox.com/docs/integrations/tracking/google-ads.md): Import GA4 key events from FunnelFox into Google Ads as conversions. - [Meta Pixel integration](https://funnelfox.com/docs/integrations/tracking/meta-pixel.md): Add Meta (Facebook) Pixel to your FunnelFox funnels. Track conversions, optimize ad campaigns, and build retargeting audiences. - [Pinterest tag](https://funnelfox.com/docs/integrations/tracking/pinterest-tag.md): Track funnel events and optimize ad campaigns with Pinterest tag - [Set up AppsFlyer integration](https://funnelfox.com/docs/integrations/tracking/set-up-appsflyer.md): Step-by-step guide to configure AppsFlyer for your funnels - [How to set up Meta Pixel](https://funnelfox.com/docs/integrations/tracking/set-up-meta-pixel-integration.md): Detailed guide to configuring Meta (Facebook) Pixel in your FunnelFox project. Track events, conversions, and optimize your ad spend. - [Set up Pinterest tag integration](https://funnelfox.com/docs/integrations/tracking/set-up-pinterest-tag.md): Step-by-step guide to configure Pinterest tag for your funnels - [Set up Snapchat Pixel integration](https://funnelfox.com/docs/integrations/tracking/set-up-snapchat-pixel.md): Step-by-step guide to configure Snapchat Pixel for your funnels - [How to set up TikTok Pixel](https://funnelfox.com/docs/integrations/tracking/set-up-tiktok-pixel.md): Step-by-step guide to adding TikTok Pixel to your FunnelFox project. Configure event tracking and conversion optimization. - [How to set up X (Twitter) Pixel](https://funnelfox.com/docs/integrations/tracking/set-up-x-pixel.md): Add X (Twitter) Pixel to your FunnelFox funnels. Track conversions, build audiences, and optimize your X ad campaigns. - [Snapchat Pixel](https://funnelfox.com/docs/integrations/tracking/snapchat-pixel.md): Track funnel events and optimize ad campaigns with Snapchat Pixel - [TikTok Pixel integration](https://funnelfox.com/docs/integrations/tracking/tiktok-pixel.md): Add TikTok Pixel to your FunnelFox funnels. Track ad conversions, optimize campaigns, and build custom audiences for TikTok Ads. - [X Pixel](https://funnelfox.com/docs/integrations/tracking/x-pixel.md): Track funnel events and optimize ad campaigns with X Pixel and Conversions API - [Release: August 1, 2024](https://funnelfox.com/docs/release-notes/2024/august-1.md): Fixed Meta Pixel duplication issues, improved editor UI, and enhanced API endpoints. - [Release: August 8, 2024](https://funnelfox.com/docs/release-notes/2024/august-8.md): Added rich text support in Editor, improved error tracking, and enhanced A/B testing features. - [Release: December 12, 2024](https://funnelfox.com/docs/release-notes/2024/december-12.md): Added password input type, screen grouping, and improved checkout stability. - [Release: December 2, 2024](https://funnelfox.com/docs/release-notes/2024/december-2.md): Fixed alignment and padding issues in Funnel components, and resolved duplicated purchase webhooks for Paddle transactions. - [Release: December 5, 2024](https://funnelfox.com/docs/release-notes/2024/december-5.md): Editor stability updates - [Release: July 11, 2024](https://funnelfox.com/docs/release-notes/2024/july-11.md): Added Amplitude Session Replay, funnel header images, and new state restoration API. - [Release: July 4, 2024](https://funnelfox.com/docs/release-notes/2024/july-4.md): Enhanced number inputs, improved integrations for Adapty, Amplitude, and Meta Pixel with custom purchase values. - [Release: July 8, 2024](https://funnelfox.com/docs/release-notes/2024/july-8.md): Enhanced API and webhook handling for custom variables, improved funnel state restoration. - [Release: June 24, 2024](https://funnelfox.com/docs/release-notes/2024/june-24.md): Added customer carousels, improved Amplitude integration, and enhanced webhook events. - [Release: November 28, 2024](https://funnelfox.com/docs/release-notes/2024/november-28.md): Added Apple Pay verification for preview, enhanced PayPal support with Solidgate, and improved input transformations. - [Release: October 28, 2024](https://funnelfox.com/docs/release-notes/2024/october-28.md): This release introduces Stripe multi-accounts and several updates to Conditional visibility rules - [Release: September 16, 2024](https://funnelfox.com/docs/release-notes/2024/september-16.md): Introducing the beta environment and major Editor UI updates with preconfigured components and containers. - [Release: April 15, 2025](https://funnelfox.com/docs/release-notes/2025/april-15.md): AB tests analytics and AI generated funnels! - [Release: April 22, 2025](https://funnelfox.com/docs/release-notes/2025/april-22.md): Shortened funnel URLs, added radio buttons to plan picker, and improved TikTok server event deduplication. - [Release: April 29, 2025](https://funnelfox.com/docs/release-notes/2025/april-29.md): Funnel Tags! - [Release: April 8, 2025](https://funnelfox.com/docs/release-notes/2025/april-8.md): Improved checkout tracking and custom entitlements for Solidgate, native Apple Pay for Paddle, custom events for TikTok Pixel, enhanced analytics filtering, and smoother UI with updated error messages and animations. - [Release: August 1, 2025](https://funnelfox.com/docs/release-notes/2025/august-1.md): Meet Cancellation Funnels - keep users who are about to cancel by offering a gift, pause, or a more affordable plan. - [Release: August 5, 2025](https://funnelfox.com/docs/release-notes/2025/august-5.md): New in FunnelFox Billing: one-off transactions, upsell actions, and Apple/Google Pay support. Plus, view historical A/B test results even after changes. - [Release: December 18, 2025](https://funnelfox.com/docs/release-notes/2025/december-18.md): Solidgate now supports Apple Pay and Google Pay wallet buttons with flexible configuration options, plus new conversion and revenue metrics for A/B tests. - [Release: December 4, 2025](https://funnelfox.com/docs/release-notes/2025/december-4.md): Global Project Themes for consistent funnel design, Canvas Comments for team collaboration, password hashes in webhooks, reorganized Settings menu, and UTM filters in Cohorts - [Release: February 13, 2025](https://funnelfox.com/docs/release-notes/2025/february-13.md): Analytics dashboard improvements, new conditional visibility options in Editor, and Stripe integration enhancements. - [Release: February 17, 2025](https://funnelfox.com/docs/release-notes/2025/february-17.md): You can now customize the background color of the Cookie Consent element. - [Release: February 20, 2025](https://funnelfox.com/docs/release-notes/2025/february-20.md): Added RudderStack integration and fixed conditional visibility bug. - [Release: February 27, 2025](https://funnelfox.com/docs/release-notes/2025/february-27.md): Fixed Paddle purchase event duplication and analytics improvements. - [Release: February 6, 2025](https://funnelfox.com/docs/release-notes/2025/february-6.md): Bug fixes & payment system updates - [Release: January 16, 2025](https://funnelfox.com/docs/release-notes/2025/january-16.md): Added screen type options, enhanced integrations for Mixpanel, Amplitude, and Paddle. - [Release: January 23, 2025](https://funnelfox.com/docs/release-notes/2025/january-23.md): Analytics, Versions, Promo codes, and more! - [Release: January 27, 2025](https://funnelfox.com/docs/release-notes/2025/january-27.md): Added Screen IDs to analytics and improved Editor UI with loading indicators. - [Release: January 30, 2025](https://funnelfox.com/docs/release-notes/2025/january-30.md): New feature to create Stripe Customers, increased funnel visibility limit, and some tweaks for productivity. - [Release: June 10, 2025](https://funnelfox.com/docs/release-notes/2025/june-10.md): Payment Failed and Cancelled actions, Custom Amplitude, and image quality improvement - [Release: June 17, 2025](https://funnelfox.com/docs/release-notes/2025/june-17.md): This release brings subscriptions and new public API to FunnelFox! - [Release: June 24, 2025](https://funnelfox.com/docs/release-notes/2025/june-24.md): PayPal via Stripe for EU, 'Does not contain' condition in editor, email + entitlement support in webhooks, and RevenueCat email sync. - [Release: June 3, 2025](https://funnelfox.com/docs/release-notes/2025/june-3.md): Improved Paddle checkout experience with paid trial terms and one-page purchase flow. Check user sessions and transactions in the new Customers page. - [Release: March 10, 2025](https://funnelfox.com/docs/release-notes/2025/march-10.md): Fixed Raw HTML elements in localization TSV export/import. - [Release: March 16, 2025](https://funnelfox.com/docs/release-notes/2025/march-16.md): Added custom event tracking API, improved Solidgate and Stripe integrations, enhanced Meta Pixel event handling. - [Release: March 24, 2025](https://funnelfox.com/docs/release-notes/2025/march-24.md): Enhanced Analytics and Stripe integrations with new parameters and UTM tracking. Improved Editor with selection limits, new visibility predicates, and better Stripe checkout controls. - [Release: March 3, 2025](https://funnelfox.com/docs/release-notes/2025/march-3.md): Added a Pulse animation to Wallet Buttons and a Timer button. - [Release: March 6, 2025](https://funnelfox.com/docs/release-notes/2025/march-6.md): Added new plan selector for PayPal to improve product fetching efficiency. - [Release: May 13, 2025](https://funnelfox.com/docs/release-notes/2025/may-13.md): New "Contains" condition for visibility rules using UTM or input values. - [Release: May 20, 2025](https://funnelfox.com/docs/release-notes/2025/may-20.md): Meta CompleteRegistration events, synced plan pickers, RevenueCat updates, and improved image uploading. - [Release: May 6, 2025](https://funnelfox.com/docs/release-notes/2025/may-6.md): AI translations, faster funnels, smarter funnel filtering, server side GTM, and revenue to Adapty - [Release: November 20, 2024](https://funnelfox.com/docs/release-notes/2025/november-20.md): Missing Keys tracking for Locales, inline editing and drag-and-drop for Options, Cross-domain Device tracking for Amplitude, Solidgate and Cohorts improvements - [Release: November 6, 2025](https://funnelfox.com/docs/release-notes/2025/november-6.md): Major updates to editor and analytics with new Canvas visualization, Public API endpoints for profiles and sessions, Cohorts LTV metric, per-screen Progress Bar customization, and improved integration handling for RevenueCat, Mixpanel, and Amplitude. - [Release: October 22, 2025](https://funnelfox.com/docs/release-notes/2025/october-22.md): New X Pixel integration, major Cohorts analytics upgrades — with billing period filters, comparison charts, and improved refund tracking — plus checkout improvements for Paddle and Stripe, and Cancellation Flow now available for all clients. - [Release: September 30, 2025](https://funnelfox.com/docs/release-notes/2025/september-30.md): Major upgrades to payments and analytics — with PayPal one-time payments via Stripe, unified cancellation flows, localized error messages, and our biggest launch this month **Cohorts**. - [Release: September 4, 2025](https://funnelfox.com/docs/release-notes/2025/september-4.md): Enhanced Firebase OAuth integration, improved localization controls, expanded editor validation features, and strengthened security compliance. - [FunnelFox product updates](https://funnelfox.com/docs/release-notes/changelog.md): New FunnelFox releases and product updates. ## OpenAPI Specs - [webhooks-billing](https://funnelfox.com/docs/swagger/webhooks-billing.json) - [webhooks](https://funnelfox.com/docs/swagger/webhooks.json) - [openapi](https://funnelfox.com/docs/swagger/openapi.json) - [openapi-billing](https://funnelfox.com/docs/swagger/openapi-billing.json) ## Optional - [Blog](https://blog.funnelfox.com)