Products are pre-configured items you can sell through moneydevkit. Instead of specifying amount and description for each checkout, you can reference a product by ID and the checkout will use the product’s price and details.Documentation Index
Fetch the complete documentation index at: https://docs.moneydevkit.com/llms.txt
Use this file to discover all available pages before exploring further.
What are Products?
Products let you define reusable items with fixed or variable pricing. When you create a checkout using a product, the checkout automatically uses the product’s name, description, and price configuration.Products Dashboard
The products page in your moneydevkit dashboard displays all your products:
- Product name and description
- Price - Fixed amount or “Pay what you want” range
- Billing - One-time
- Created date
- Actions - View details, edit, or delete
Creating a Product

- Navigate to Products in the dashboard
- Click the + button in the top right
- Fill in the product details:
- Name - Product name shown to customers
- Description - Brief description of what’s included
- Price Type - Fixed price or Pay what you want
- Currency - USD (dollars) or SAT (satoshis)
- Price - Amount (for fixed price products)
- Click Create Product
Pricing Options
| Type | Description | Use Case |
|---|---|---|
| Fixed price | Set specific amount | Standard products, subscriptions |
| Pay what you want | Customer chooses amount | Donations, tips, pay-what-you-can |
Product Details
Click any product to view its details in a sidebar:
- Product ID - Unique identifier (click to copy)
- Description - Product description
- Billing - One-time or subscription interval
- Created/Modified - Timestamps
- Pricing - Price amount, type, and currency
Using Products in Code
Fetch Available Products
Create a Product Checkout
Checkout Types
| Type | Description | Required Fields |
|---|---|---|
type: 'PRODUCTS' | Sell products from your dashboard | product (product ID) |
type: 'AMOUNT' | Dynamic amounts for donations, tips, invoices | amount, currency |