240 lines
8.1 KiB
JSON
240 lines
8.1 KiB
JSON
{
|
|
"_comment": "Products created in Paddle Sandbox - See paddle_price_ids.json for actual IDs",
|
|
"products": [
|
|
{
|
|
"name": "Clavitor Personal",
|
|
"description": "Password manager for individuals. 1 person, 1 vault, 5 agents. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "personal",
|
|
"max_vaults": 1,
|
|
"max_agents": 5,
|
|
"max_people": 1,
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Family",
|
|
"description": "Family sharing. ~6 people, 1 vault, 15 agents. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "family",
|
|
"max_vaults": 1,
|
|
"max_agents": 15,
|
|
"max_people": 6,
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Pro",
|
|
"description": "Power users. 1 person, 1 vault, 50 agents. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "pro",
|
|
"max_vaults": 1,
|
|
"max_agents": 50,
|
|
"max_people": 1,
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Team 10",
|
|
"description": "Small teams. 10 people, 11 vaults (10+1 company), 100 agents. Annual only. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "team10",
|
|
"max_employees": 10,
|
|
"max_vaults": 11,
|
|
"max_agents": 100,
|
|
"includes_company_vault": true,
|
|
"billing": "annual_only",
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Team 25",
|
|
"description": "Growing teams. 25 people, 26 vaults (25+1 company), 250 agents. Annual only. 7-day free trial. $499/year.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "team25",
|
|
"max_employees": 25,
|
|
"max_vaults": 26,
|
|
"max_agents": 250,
|
|
"includes_company_vault": true,
|
|
"billing": "annual_only",
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Team 100",
|
|
"description": "Mid-size teams. 100 people, 101 vaults (100+1 company), 1,000 agents. Monthly or annual. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "team100",
|
|
"max_employees": 100,
|
|
"max_vaults": 101,
|
|
"max_agents": 1000,
|
|
"includes_company_vault": true,
|
|
"billing": "monthly_or_annual",
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Team 250",
|
|
"description": "Large teams. 250 people, 251 vaults (250+1 company), 2,500 agents. Monthly or annual. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "team250",
|
|
"max_employees": 250,
|
|
"max_vaults": 251,
|
|
"max_agents": 2500,
|
|
"includes_company_vault": true,
|
|
"billing": "monthly_or_annual",
|
|
"trial_days": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "Clavitor Team 500",
|
|
"description": "Enterprise teams. 500 people, 501 vaults (500+1 company), 5,000 agents. Monthly or annual. 7-day free trial.",
|
|
"tax_category": "saas",
|
|
"type": "standard",
|
|
"custom_data": {
|
|
"tier": "team500",
|
|
"max_employees": 500,
|
|
"max_vaults": 501,
|
|
"max_agents": 5000,
|
|
"includes_company_vault": true,
|
|
"billing": "monthly_or_annual",
|
|
"trial_days": 7
|
|
}
|
|
}
|
|
],
|
|
|
|
"prices": [
|
|
{
|
|
"product_name": "Clavitor Personal",
|
|
"description": "Yearly subscription - USD",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "1200", "currency_code": "USD"},
|
|
"custom_data": {"billing_period": "yearly", "region": "us"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Personal",
|
|
"description": "Yearly subscription - EUR",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "1100", "currency_code": "EUR"},
|
|
"custom_data": {"billing_period": "yearly", "region": "eu"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Personal",
|
|
"description": "Yearly subscription - GBP",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "1000", "currency_code": "GBP"},
|
|
"custom_data": {"billing_period": "yearly", "region": "uk"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Family",
|
|
"description": "Yearly subscription - USD",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "2400", "currency_code": "USD"},
|
|
"custom_data": {"billing_period": "yearly", "region": "us"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Family",
|
|
"description": "Yearly subscription - EUR",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "2700", "currency_code": "EUR"},
|
|
"custom_data": {"billing_period": "yearly", "region": "eu"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Family",
|
|
"description": "Yearly subscription - GBP",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "2500", "currency_code": "GBP"},
|
|
"custom_data": {"billing_period": "yearly", "region": "uk"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Pro",
|
|
"description": "Yearly subscription - USD",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "4900", "currency_code": "USD"},
|
|
"custom_data": {"billing_period": "yearly", "region": "us"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Pro",
|
|
"description": "Yearly subscription - EUR",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "4500", "currency_code": "EUR"},
|
|
"custom_data": {"billing_period": "yearly", "region": "eu"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Pro",
|
|
"description": "Yearly subscription - GBP",
|
|
"name": "Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "4100", "currency_code": "GBP"},
|
|
"custom_data": {"billing_period": "yearly", "region": "uk"}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Team 10",
|
|
"description": "Per employee yearly - USD",
|
|
"name": "Per Employee Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "24900", "currency_code": "USD"},
|
|
"quantity": {"minimum": 1, "maximum": 1},
|
|
"custom_data": {"billing_period": "yearly", "seats": 10}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Team 25",
|
|
"description": "Per employee yearly - USD",
|
|
"name": "Per Employee Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "49900", "currency_code": "USD"},
|
|
"quantity": {"minimum": 1, "maximum": 1},
|
|
"custom_data": {"billing_period": "yearly", "seats": 25}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Team 100",
|
|
"description": "Per employee yearly - USD",
|
|
"name": "Per Employee Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "149900", "currency_code": "USD"},
|
|
"quantity": {"minimum": 1, "maximum": 1},
|
|
"custom_data": {"billing_period": "yearly", "seats": 100}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Team 250",
|
|
"description": "Per employee yearly - USD",
|
|
"name": "Per Employee Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "299900", "currency_code": "USD"},
|
|
"quantity": {"minimum": 1, "maximum": 1},
|
|
"custom_data": {"billing_period": "yearly", "seats": 250}
|
|
},
|
|
{
|
|
"product_name": "Clavitor Team 500",
|
|
"description": "Per employee yearly - USD",
|
|
"name": "Per Employee Yearly",
|
|
"billing_cycle": {"interval": "year", "frequency": 1},
|
|
"unit_price": {"amount": "499900", "currency_code": "USD"},
|
|
"quantity": {"minimum": 1, "maximum": 1},
|
|
"custom_data": {"billing_period": "yearly", "seats": 500}
|
|
}
|
|
]
|
|
}
|