Checkout Debug Page

Product Configuration Validation

✅ 产品配置正常

User Status

User Loaded: false

User Exists: false

User ID: N/A

Checkout Configuration

null

Environment Variables Status

Creem Payment

API Key:Loading...
Webhook URL:Loading...
Success URL:Loading...
Test Mode:Disabled

Test Product

{
  "id": "test-basic-monthly",
  "name": "Basic Plan",
  "description": "Meet basic needs, suitable for individuals and small teams",
  "price": 49.9,
  "price_currency": "USD",
  "price_symbol": "$",
  "interval_unit": "month",
  "mode": "subscription",
  "subscription_duration": 30,
  "stripe_mode": "subscription",
  "stripe_price_id": "price_1QML88Gr5dzKVilAXFGcviQk",
  "creem_product_id": "prod_hReCo2VhSeb5szYqFQTRs",
  "features": [
    "Basic Technical Support",
    "Core Feature Access",
    "2 Patent Generations per Month"
  ],
  "usage_limit": 2
}

Test Functions

Please sign in first for checkout test

调试说明

  1. 首先检查产品配置验证结果
  2. 测试直接API调用以检查服务端错误
  3. 如果API正常,再测试完整的checkout流程
  4. 查看浏览器控制台获取更多错误信息
  5. 检查网络面板查看API请求详情