Product Catalog
The Sangho product catalog lets you list your goods and services to associate them with payment links, invoices, or checkout sessions.
Create a Product
- 1. Go to Dashboard → Products → New Product
- 2. Enter the name, description, and upload an image
- 3. Set the price (fixed or open)
- 4. Choose the currency
- 5. Activate the product — it is immediately available
Price Types
| Type | Description | Use case |
|---|---|---|
| Fixed price | Predefined non-editable amount | Product or service at a single price |
| Open price | Buyer enters the amount | Donations, tips, contributions |
| Recurring price | Linked to a subscription plan | SaaS services, subscriptions |
Associate a Product with a Payment Link
When creating a payment link, select one or more products from your catalog. The payment page will automatically display product details (name, image, price, description).
Archive a Product
An archived product is no longer available for new payments, but existing links and invoices are not affected. Archiving is reversible.
Product Fields
| Field | Type | Required |
|---|---|---|
| format | ‘physical’ | ‘service’ | yes |
| name | string | yes |
| description | string | no |
| images | array[url] | no |
| unit_amount | integer | yes |
| currency | string | yes |
| price_type | ‘fixed’ | ‘free’ | yes |
| metadata | object | no |
| status | ‘draft’ | ‘active’ | ‘inactive’ | yes |
Note
Product images are hosted on Sangho servers. Accepted formats: JPG, PNG, WEBP. Max size: 5 MB. Recommended dimensions: 800×800 px.