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

SELECT *
FROM fiber.recharge_order
WHERE account_id = '{user.recharge_id}'
-- Fetch all the Orders belonging to the Recharge
-- account of a particular user.

SELECT *
FROM fiber.recharge_order
WHERE account_id = '{user.recharge_id}'
Code
CREATE TABLE fiber.recharge_order (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
available JSONB,
pending JSONB,
object TEXT,
connect_reserved JSONB,
instant_available JSONB,
issuing JSONB,
livemode BOOLEAN
)
CREATE TABLE fiber.recharge_order (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
available JSONB,
pending JSONB,
object TEXT,
connect_reserved JSONB,
instant_available JSONB,
issuing JSONB,
livemode BOOLEAN
)
Model definition
About this source
Logo of recharge
RechargeSubscription management software for e-commerce businesses.recharge.com  ↗
Available resources
    Orders
    Subscriptions
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Recharge?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Recharge and over 200 other APIs. Setup and deploy within minutes.
Logo of rechargeIntegrate Recharge using Fiber Fiber makes it easy to access third-party data from Recharge accounts. Get started in just a few minutes.