New in Chargebee: Explore Reveal and understand your payment performance end-to-end.Try Now
Docschargebee docs
HomeBillingPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Getting Started


  • Overview
  • Chargebee Billing Data Centers
  • Object Relationship Model
  • Understanding Sites
  • Chargebee Tech Glossary
  • Articles and FAQ

Implementing Chargebee


  • Implementation Guide
  • Go-live Checklist
  • Articles and FAQ

AI in Chargebee


  • Chargebee Agents
  • Chargebee Copilot
  • Chargebee MCP Server (Model Context Protocol)

Developer Resources


  • Developer Resources Overview
  • Articles and FAQ

Product Catalog


  • Product Catalog Overview
  • Coupons
  • Articles and FAQ

Subscriptions


  • Working with Subscriptions
  • Billing
  • Orders
  • Articles and FAQ

Customers


  • Managing Customers
  • Account Hierarchy
  • Email Notifications
  • Branding
  • Configure Multiple Languages
  • Articles and FAQ

Entitlements


  • Entitlements Overview
  • Features Overview
  • Feature Management
  • Managing Product Entitlements
  • Subscription Entitlements
  • Customer Entitlements
  • Grandfathering Entitlements
  • Articles and FAQ

Usage Based Billing


  • Understanding Usages
  • Setting up Usage Based Billing
  • Usage Alerts
  • Metered Billing
  • Articles and FAQ

Chargebee CPQ


  • Chargebee CPQ
  • Chargebee CPQ for Salesforce
  • Chargebee CPQ for HubSpot

Invoices, Credit Notes, and Quotes


  • Invoices
  • Credit Notes
  • Quotes [Legacy]
  • Transactions
  • Articles and FAQ

Taxes


  • Overview
  • Configuring Taxes
  • Country-specific Taxes
  • Articles and FAQ

Hosted Capabilities


  • Overview
  • Hosted Checkout
  • Hosted Self-Serve Portal
  • Hosted Pages Features
  • Additional Hosted Pages
  • Payment Components
  • Pricing Table
  • Managing Payments with Chargebee.js
  • Mobile-Optimized Hosted Pages
  • Articles and FAQ

Site Configuration


  • Users & Roles
  • Custom Fields & Metadata
  • Approvals
  • Mandatory Fields
  • File Attachments & Comments
  • Advanced Filter Options
  • Multicurrency Pricing
  • Multi-decimal Support
  • Configuring Reason Codes
  • Events and Webhooks
  • API Keys
  • Time Zone
  • Time Machine
  • Transfer Configurations
  • Articles and FAQ

Multi Business Entity


  • Multi Business Entity Overview
  • Customer Transfer Overview
  • Articles and FAQ

Mobile Subscriptions


  • Overview
  • Omnichannel Subscriptions
  • Omnichannel One-Time Orders
  • Mobile Subscriptions (Legacy)

Reports and Analytics


  • RevenueStory
  • Home Dashboard
  • Frequently Asked Questions
  • FAQs for Classic Reports Sunset
  • Articles and FAQ

Integrations


  • Sales
  • Customer Support and Success
  • Finance
  • Tax
  • eInvoicing
  • Marketing
  • Stitch
  • Collaboration
  • Contract Management
  • Ecommerce Management
  • Articles and FAQ

Data Privacy & Security


  • Two Factor Authentication
  • SAML Single Sign-On
  • System for Cross-Domain Identity Management (SCIM)
  • EU-GDPR
  • Consent Management
  • Personal Data Management
  • Compliance Certificates
  • HIPAA Guidelines
  • PCI Recommendations and Integration Types
  • Articles and FAQ

Data Operations


  • Bulk Operations
  • Migration
  • Articles and FAQ
  1. Billing
  2. Hosted Capabilities
  3. Articles and FAQ
  4. Hosted Self-Serve Portal
  1. Billing
  2. Hosted Capabilities
  3. Articles and FAQ
  4. Hosted Self-Serve Portal

How to allow trial users to sign up without entering their credit card details?

Problem Statement

You want to know how to allow trial users to sign up without entering their credit card details.

Solution

Scope

What happens when the trial ends if the payment method is not updated?

Summary

There are two scenarios that you need to consider when your trial subscription ends without payment details

If the 'Allow customers to checkout without payment details' (Settings > Configure Chargebee > Checkout & Self Service Portal )is enabled for 'Plans with free trials', the user will be allowed to subscribe trial subscription without payment details and the 'Auto-collection' will be set to 'Off' by default.

  1. Once the default Trial expiry reminder emails are enabled and sent as per your requirements, there will an 'Update Payment Method' button requesting the user to update the payment method for an uninterrupted subscription.
  • If the payment method is added, the Auto-collection will be enabled automatically and the subscription status will be updated from 'In trial' to 'Active' status & Invoice status to 'Paid' status.
  • If the payment method is not added, the Auto-collection will not be enabled but the subscription status will be updated from 'In trial' to 'Active' status & Invoice status will be marked as 'Payment due' status.

Checkout V3:

The latest version of the checkout pages supports sign-up without entering payment details when there are no 'immediate charges'. To enable this, navigate to Settings > Configure Chargebee > Checkout & Self Service Portal > Allow customers to checkout without payment details.

More on this here.

image

Note: This feature is applicable only for new subscriptions created through checkout. The total checkout value should be '0' or no immediate charges eg: a trial

Checkout Pages V2:

Sign-up without payment details is not directly supported on the earlier version of the checkout pages. However, you can set this up by building a form on your website to collect the customer's name and email address and create the trial subscription.

Attached is a sample sign up page with the code to create trial subscriptions without a credit card. Similarly, you can build your own form.

In the attachment, if you browse to "trial_signup > chargebee_js > signup.html", you will see a code similar to what I've pasted below.

image

The changes you need to make for this sample sign up form to work(indicated with arrows above) are:

  1. Your Chargebee site name (only the sub-domain name).

  2. A publishable API key. You can create one under Settings > Configure Chargebee > API keys > Add API Key.

  3. Your trial plan ID. You will find this when you open your trial plan under "Product Catalog".

When creating a publishable API key, please ensure that you check the option "Use From Browser" as shown below:

image

And also select the option "Publishable API Key".

image

Related Articles

How to set up 'Thank You' page goals in Google Analytics?
Can my users edit their subscriptions or add addons using the customer portal?
How to create a subscription/customer without Chargebee's checkout?
How to let my customers choose a plan on the checkout page?
Where to find the drop-in script for the plan-specific URL?
Is it possible to set a future start date for a subscription via drop-in script?
How to display additional addons on the checkout page?
How to edit the cancelled subscription message displayed on the customer portal?
How to create a portal URL for the Chargebee domain?
How to change password in self-serve portal?
Enable GTM Integration in Chargebee.js

Show more

Was this article helpful?