Untitled

mail@pastecode.io avatar
unknown
json
7 months ago
1.3 kB
1
Indexable
Never
{
  "plan_id": "engage_so_service_usd",
  "plan_name": "Engage.so Premium Communication Services",
  "currency": "USD",
  "interval": "monthly",
  "charge_on": "customer_enrollment",
  "pssp": "stripe",
  "tiers": [
    {
      "tier_name": "Free Tier",
      "amount": 0, // Free tier
      "metrics": [
        {"metric_name": "SMS", "allowance": 100},
        {"metric_name": "Emails", "allowance": 1000, "overage_charge_per_unit": 0}
      ]
    },
    {
      "tier_name": "Standard Tier",
      "amount": 5000, // $50 in cents
      "metrics": [
        {"metric_name": "SMS", "allowance": 500},
        {"metric_name": "Emails", "allowance": 5000, "overage_charge_per_unit": 5} // $0.05 per extra email
      ]
    },
    {
      "tier_name": "Premium Tier",
      "amount": 15000, // $150 in cents
      "metrics": [
        {"metric_name": "SMS", "allowance": 1000},
        {"metric_name": "Emails", "allowance": 15000, "overage_charge_per_unit": 3} // $0.03 per extra email
      ]
    }
  ],
  "description": "Subscription plans for Engage.so's premium communication tools, available in USD.",
  "invoice_name": "Engage.so Premium Subscription - USD",
  "metadata": {
    "service_type": "SaaS",
    "features": "Multi-Tier, SMS, and Email Services"
  }
}
Leave a Comment