GET /api/subscriptions/stripe-plans/
HTTP 200 OK
Vary: Accept
Allow: GET, OPTIONS
Content-Type: application/json

[
    {
        "tiers": null,
        "aggregate_usage": null,
        "trial_period_days": 2,
        "nickname": "Testing",
        "name": "Tester",
        "interval_count": 1,
        "tiers_mode": null,
        "statement_descriptor": "Testee",
        "object": "plan",
        "product": "prod_Cf2VlSwIHOlLfx",
        "metadata": {},
        "amount_decimal": "0",
        "active": true,
        "livemode": true,
        "interval": "month",
        "transform_usage": null,
        "created": 1523452454,
        "amount": 0,
        "usage_type": "licensed",
        "currency": "gbp",
        "id": "plan_Cf2rAZzf3i5m8B",
        "billing_scheme": "per_unit"
    },
    {
        "tiers": null,
        "aggregate_usage": null,
        "trial_period_days": null,
        "nickname": null,
        "name": "Gold",
        "interval_count": 1,
        "tiers_mode": null,
        "statement_descriptor": "lbb gold sub",
        "object": "plan",
        "product": "prod_BtiBc6OFWMjExI",
        "metadata": {},
        "amount_decimal": "150000",
        "active": true,
        "livemode": true,
        "interval": "year",
        "transform_usage": null,
        "created": 1512535420,
        "amount": 150000,
        "usage_type": "licensed",
        "currency": "gbp",
        "id": "gold",
        "billing_scheme": "per_unit"
    },
    {
        "tiers": null,
        "aggregate_usage": null,
        "trial_period_days": null,
        "nickname": null,
        "name": "Silver",
        "interval_count": 1,
        "tiers_mode": null,
        "statement_descriptor": "lbb silver sub",
        "object": "plan",
        "product": "prod_BTWKKeRSgLvklD",
        "metadata": {},
        "amount_decimal": "100000",
        "active": true,
        "livemode": true,
        "interval": "year",
        "transform_usage": null,
        "created": 1494506594,
        "amount": 100000,
        "usage_type": "licensed",
        "currency": "gbp",
        "id": "silver",
        "billing_scheme": "per_unit"
    },
    {
        "tiers": null,
        "aggregate_usage": null,
        "trial_period_days": null,
        "nickname": null,
        "name": "Bronze",
        "interval_count": 1,
        "tiers_mode": null,
        "statement_descriptor": "lbb bronze sub",
        "object": "plan",
        "product": "prod_BTlBsEyMXr4XIh",
        "metadata": {},
        "amount_decimal": "50000",
        "active": true,
        "livemode": true,
        "interval": "year",
        "transform_usage": null,
        "created": 1494506558,
        "amount": 50000,
        "usage_type": "licensed",
        "currency": "gbp",
        "id": "bronze",
        "billing_scheme": "per_unit"
    },
    {
        "tiers": null,
        "aggregate_usage": null,
        "trial_period_days": null,
        "nickname": null,
        "name": "Freelance",
        "interval_count": 1,
        "tiers_mode": null,
        "statement_descriptor": "LBB Freelance sub",
        "object": "plan",
        "product": "prod_BTzaOuhXeh51CR",
        "metadata": {},
        "amount_decimal": "17500",
        "active": true,
        "livemode": true,
        "interval": "year",
        "transform_usage": null,
        "created": 1494506451,
        "amount": 17500,
        "usage_type": "licensed",
        "currency": "gbp",
        "id": "freelance",
        "billing_scheme": "per_unit"
    }
]