Products & prices
Learn how to configure and sell your products with pricing that works across all PSPs
FunnelFox Billing allows you to create products and prices that work seamlessly across all your connected Payment Service Providers (PSPs). This unified configuration lets you define pricing logic once and apply it across Stripe, Paddle, PayPal, and others — no need to deal with individual PSP quirks.
FunnelFox introduces two related entities:
- Products — the actual goods or services you offer (e.g. Premium Access, Fitness Guide, etc.)
- Prices — how those products are billed (e.g. Monthly subscription with free trial, One-time payment)
Products
Product parameters are not visible to customers. They are used internally for managing access, tracking, and integrations.
Parameter | Required | Description |
---|---|---|
Name | ✅ | Internal product name (used in dashboard and API) |
Description | ❌ | Optional internal description |
Entitlement | ❌ | Access level assigned through subscription integrations (e.g. Adapty, RevenueCat, etc.) |
Create a Product
- Navigate to the Product Catalog
- Click Create product
- Fill in the required fields and click Create
Manage Products
- You can update product details at any time.
- Products cannot be deleted once created, since they may be tied to existing user access.
Prices
Each price determines how a product is billed. Prices come in two types:
- Recurring — subscriptions with automatic renewal
- One-time (One-off) — a single payment with no renewal
Parameter | Required | Description |
---|---|---|
Amount | ✅ | Amount charged, e.g. 9.99 — combined with currency to display pricing (e.g. $9.99) |
Currency | ✅ | ISO currency code, e.g. USD , EUR |
Billing Period | ✅ | Time unit for recurring billing — e.g. Month , Year |
Billing Interval | ✅ | Number of periods between payments — e.g. 3 months |
Trial | ❌ | Number of days to offer a free trial before first charge |
Statement Descriptor | ❌ | Custom label shown on the customer’s bank or card statement |
Entitlement | ❌ | Overrides the product’s entitlement if different access is needed |
Create a Price
- Go to a product page in the Product Catalog
- Scroll to the Prices section and click Add
- Fill in the pricing details and click Create price
Manage Prices
- Once created, prices cannot be edited (to ensure billing consistency for existing users).
- If you need to change a price, create a new one.
Using Products & Prices
After creating a price, you can link it to a Checkout element in your funnel:
- Open your Funnel Editor
- Add a Checkout element
- In the FunnelFox Billing section of the configuration panel, select the price you created
This allows you to start collecting payments immediately using your configured PSP.
What’s Next
Once your products and prices are live, explore the next steps:
- Testing — simulate purchases with test cards
- Subscription Management — view and manage customer subscriptions
Updated about 20 hours ago