Browse sources$ls -a sources
Logo of chargebee
Chargebee
Simplify subscription management with Chargebee data
Sync your customers' dataFiber pulls data from your customers' Chargebee accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Logo of chargebee
Fiber
postgres-prod
chargebee_subscriptions
chargebee_discounts
chargebee_purchases
Your customers' Chargebee accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Chargebee API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Subscriptions belonging to the
-- Chargebee account of a particular user.

SELECT *
FROM fiber.chargebee_subscription
WHERE account_id = '{user.chargebee_id}'
-- Fetch all the Subscriptions belonging to the
-- Chargebee account of a particular user.

SELECT *
FROM fiber.chargebee_subscription
WHERE account_id = '{user.chargebee_id}'
Code
CREATE TABLE fiber.chargebee_subscription (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
activated_at TIMESTAMP WITH TIME ZONE,
billing_period INT,
billing_period_unit TEXT,
currency_code TEXT,
current_term_end INT,
current_term_start INT,
customer_id TEXT,
deleted BOOLEAN,
due_invoices_count INT,
due_since INT,
has_scheduled_changes BOOLEAN,
id TEXT,
mrr DOUBLE PRECISION,
next_billing_at TIMESTAMP WITH TIME ZONE,
object TEXT,
remaining_billing_cycles INT,
resource_version INT,
started_at TIMESTAMP WITH TIME ZONE,
status TEXT,
subscription_items JSONB,
total_dues DOUBLE PRECISION
)
CREATE TABLE fiber.chargebee_subscription (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
activated_at TIMESTAMP WITH TIME ZONE,
billing_period INT,
billing_period_unit TEXT,
currency_code TEXT,
current_term_end INT,
current_term_start INT,
customer_id TEXT,
deleted BOOLEAN,
due_invoices_count INT,
due_since INT,
has_scheduled_changes BOOLEAN,
id TEXT,
mrr DOUBLE PRECISION,
next_billing_at TIMESTAMP WITH TIME ZONE,
object TEXT,
remaining_billing_cycles INT,
resource_version INT,
started_at TIMESTAMP WITH TIME ZONE,
status TEXT,
subscription_items JSONB,
total_dues DOUBLE PRECISION
)
Model definition
About this source
Logo of chargebee
ChargebeeSubscription billing software for seamless automation.chargebee.com  ↗
Available resources
    Subscriptions
    Discounts
    Purchases
    Customers
    Orders
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Chargebee?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Chargebee and over 200 other APIs. Setup and deploy within minutes.
Logo of chargebeeIntegrate Chargebee using Fiber Fiber makes it easy to access third-party data from Chargebee accounts. Get started in just a few minutes.