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

Docschargebeedocs

HomeBillingPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Getting Started


  • Overview
  • Chargebee Billing Data Centers
  • Object Relationship Model
  • Understanding Sites
  • Developer Resources
  • 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)

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

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
  • Managing payments with ChargebeeJS
  • Mobile-Optimized Hosted Pages
  • Articles and FAQ

Site Configuration


  • Users & Roles
  • Custom Fields & Metadata
  • 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

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
  • Marketing
  • Stitch
  • Collaboration
  • Contract Management
  • Order Management
  • Mobile Subscriptions (Legacy)
  • Other Integrations
  • 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. Checkout
  1. Billing
  2. Hosted Capabilities
  3. Articles and FAQ
  4. Checkout

Pre-filling/Passing custom fields to hosted pages (via Plan URL)

Description;

Custom fields can be used to capture additional information link to the customer or a specific subscription.

To know how to create custom fields Click Here.

These custom fields can be configured to be Hidden, View only, Mandatory & Editable.

Solution:

To pre-fill the custom field in the hosted page you will need to use the custom field ID, which can be accessed from API documentation.

Sample URL format;

https://domain.chargebee.com/hosted_pages/plans/plan-id?subscription[cf_custom_field_id]="value"

https://domain.chargebee.com/hosted_pages/plans/plan-id?customer[cf_custom_field_id]="value"

If you are using our APIs + Checkout pages, you can pass the custom field value through the API call.

Edited Article

Description:

Custom fields can be used to capture additional information link to the customer or a specific subscription.

To know how to create custom fields Click Here.

These custom fields can be configured to be Hidden, Read-only, Mandatory or Editable.

Solution:

Hosted Pages V2

To pre-fill the custom field on the hosted page, you will need to use the custom field ID, which can be accessed from API documentation.

Sample URL format;

https://domain.chargebee.com/hosted_pages/plans/plan-id?subscription[cf_custom_field_id]="value"

https://domain.chargebee.com/hosted_pages/plans/plan-id?customer[cf_custom_field_id]="value"

If you are using our APIs + Checkout pages, you can pass the custom field value through the API call.

Checkout Page V3

You can pre-fill custom field value in V3 in two ways, either through Checkout page script or through the API call. Please refer the example shown under Cart customizations in Here. The custom field ID can also be added to the script in a similar manner to pre-fill the value in Checkout Page.

Was this article helpful?