Untitled

 avatar
unknown
json
a year ago
2.0 kB
4
Indexable
{
  "plan_id": "engage_so_service_global",
  "plan_name": "Engage.so Premium Communication Services - Global",
  "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
      ]
    }
  ],
  "plan_variants": [
    {
      "variant_id": "ngn_variant",
      "currency": "NGN",
      "pssp": "paystack",
      "tier_pricing": {
        "Free Tier": 0,
        "Standard Tier": 1900000, // Equivalent of $50 in NGN
        "Premium Tier": 5700000 // Equivalent of $150 in NGN
      }
    },
    {
      "variant_id": "eur_variant",
      "currency": "EUR",
      "pssp": "stripe",
      "tier_pricing": {
        "Free Tier": 0,
        "Standard Tier": 4500, // Assuming €45 is equivalent to $50
        "Premium Tier": 13500 // Assuming €135 is equivalent to $150
      }
    }
  ],
  "description": "Global subscription plans for Engage.so's premium communication tools, supporting multiple currencies.",
  "invoice_name": "Engage.so Premium Subscription - Global",
  "metadata": {
    "service_type": "Global SaaS",
    "features": "Multi-Tier, Multi-Currency, SMS, and Email Services",
    "supported_currencies": "USD, NGN, EUR"
  }
}
Editor is loading...
Leave a Comment