Before you start
Decide the product name, description, amount, and currency. Kyren API examples use amount strings such as"9.99" to avoid floating-point precision issues.
Steps
- Open the merchant dashboard.
- Go to Products.
- Create a new product.
- Enter the product name, description, amount, and currency.
- Save the product.
- Use the product when creating checkout sessions.
Common mistakes
- Using a vague product name that customers cannot recognize on checkout.
- Sending amount values from your own system as floating-point numbers instead of decimal strings.
- Archiving a product that is still used by your checkout integration.