Catalog (TenaBill)
The Catalog holds the sellable offerings and prices available under your merchant namespace. Customers are billed for items defined here; the catalog drives invoice line items and hosted checkout sessions.
Console: TenaBill merchant console → Catalog (/catalog)
Create an offering
- Click New offering.
- Enter a Name and optional description.
- Set the Price (amount and currency) and Billing interval (one-time or recurring).
- Click Save.
The offering is active immediately and can be referenced by its ID in API calls or checkout sessions.
Edit an offering
Click the Edit (pencil) icon on any row to update the name, description, or price. Changes apply to new invoices; existing invoices are not retroactively updated.
Activate / deactivate
Use the toggle or Deactivate action to stop new billing against an offering without deleting it. Deactivated offerings remain in the list with a distinct badge and can be reactivated.
A confirmation dialog appears before deactivating — deactivated offerings cannot be selected in new checkout sessions until reactivated.
Offering types
| Type | Use case |
|---|---|
| One-time | Single charge, e.g. setup fee or ad-hoc service |
| Recurring | Subscription interval: monthly, yearly |
API
Offerings are referenced by offeringId in:
POST /api/v1/console/checkout/sessions— hosted checkoutPOST /api/v1/console/invoices— direct invoice creation