Billflow
  • Quick Start
  • Setup
    • First Time Setup
      • Connect & Setup Stripe
      • Invite Team Members
      • Create Your First Billing Page
      • Embed The Billing Page
      • Activate Live Payments
  • Billing Pages
    • Plan Picker
    • Checkout Form
    • Customer Portal
    • Pricing Page
    • Invoice Portal
  • How-to's
    • Setup Pricing
      • Flat-rate Subscriptions
      • Free Trial
      • Unit-based
      • Meter-based
      • Setup Fees
      • One-Time Payment
      • Payment Plans (Subscription Schedules)
      • Complex Pricing
      • Add-ons
    • Connect to SaaS
      • Using Stripe Webhooks
    • Change Style
      • Plan Picker Style Templates
      • Customer Portal Style Templates
      • Pricing Page Style Templates
      • Checkout Form Style Templates
    • Update Pricing
    • Use Coupons
    • Enable Quantity Management
    • Enterprise Sales Flow
    • Cancellations/Payment Failures
      • Set up Cancellation Feedback
      • Configure Dunning Emails
    • Automated emails
    • Internationalization
      • Support multiple currencies
      • Support multiple languages
    • Upgrade to new Billing Pages
    • Record Usage
    • VAT & Taxes
    • Indian Recurring Payments
  • No-code Integrations
    • No-code App Builders
      • Bubble
        • How to connect Stripe webhooks to Bubble
      • Webflow
      • WordPress
        • Add Widgets
        • Advanced Usage
        • Useful Plugins
      • Notion
      • Drupal
    • Rewardful
    • ChurnKey
  • Developer Docs
    • Embed Configurations
      • Plan Picker Configs
      • Checkout Form Configs
      • Customer Portal Configs
      • Pricing Page Configs
      • Invoice Portal Configs
    • Handling Events
    • Languages & Frameworks
    • Customize Elements
    • Versions & Beta Testing
  • Help
    • Managing Account & Team
      • Reset Your Password
      • Manage Team Members
    • Frequently Asked Questions
    • Changelog
Powered by GitBook
On this page
  • Billing Page Version
  • Beta Testing

Was this helpful?

  1. Developer Docs

Versions & Beta Testing

PreviousCustomize ElementsNextManaging Account & Team

Last updated 4 years ago

Was this helpful?

Billing Page Version

When a major update is released, the version is incremented and this becomes available on the billing page. You are not automatically put on the newest version as these can present changes that could cause unwanted changes. These changes will usually be style related. Make sure to test out version updates before changing your production billing page.

No changes are needed to your code snippet or implementation unless explicitly noted

Beta Testing

If you are looking to test out new functionalities or views with your current integration to make sure they do not break your existing set up, follow the steps below. Updates are pushed to a beta url, so just changing that url on your embed snippet.

In the Billflow embed snippets you will see a line where the source is pulled in

s.src = 'https://js.billflow.io/billflow-embed.js';

Change that to the following beta link to test out the newest release.

s.src = 'https://js.billflow.io/beta/billflow-embed.js';
Billing Page version on top right