{
  "currency": "EUR",
  "prices_are_net": true,
  "payment_provider": "Stripe",
  "free_trial": false,
  "notes": "Every plan includes every feature, all styles and full commercial use. Plans differ only in the number of credits. Unused credits roll over while the subscription is active; the balance expires when the subscription ends.",
  "plans": [
    {
      "id": "trial",
      "name": "TRIAL",
      "price": 9.0,
      "billing": "one_time",
      "credits": 30,
      "valid_days": 7,
      "description": "Paid entry pack: 30 credits, valid 7 days. Remaining credits become usable again when the user subscribes."
    },
    {
      "id": "start",
      "name": "START",
      "price": 29.0,
      "billing": "monthly",
      "credits": 200,
      "valid_days": null,
      "description": "200 credits per month, cancel anytime with no cancellation fee."
    },
    {
      "id": "business",
      "name": "BUSINESS",
      "price": 99.0,
      "billing": "monthly",
      "credits": 800,
      "valid_days": null,
      "description": "800 credits per month, best value per credit. Roughly EUR 1.24 net per photo or short video."
    },
    {
      "id": "pack_500",
      "name": "PACK 500",
      "price": 69.0,
      "billing": "one_time",
      "credits": 500,
      "valid_days": null,
      "description": "One-time credit top-up, can be bought at any time."
    }
  ],
  "credit_costs": [
    {
      "item": "photo",
      "credits": 10,
      "description": "One photo of the product in a chosen interior."
    },
    {
      "item": "video_5s",
      "credits": 10,
      "description": "1 shot, 5 seconds, 1080p."
    },
    {
      "item": "video_10s",
      "credits": 15,
      "description": "1 shot, 10 seconds, 1080p."
    },
    {
      "item": "video_15s_three_shot",
      "credits": 20,
      "description": "3 shots of 5 seconds each, 15 seconds in total. Beta."
    }
  ]
}
