news 2026/6/10 0:52:49

记录一次Figma订阅被多扣费的踩坑教训

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
记录一次Figma订阅被多扣费的踩坑教训

最近在创业做项目,做软件设计的时候会用到国外知名设计软件 Figma,但是因为初次使用踩了下订阅费用的坑,记录一下防止以后再踩坑

昨天(2025-12-3)银行信用卡收到一条 92 美元扣费提示震惊了我

我记得之前一个月 Pro 会员是 20 美元呀,貌似查看最新的还降价了,Pro 变成一个月 16 美元了,被刺的感觉,恨呀!

于是我在邮箱就查看了下邮件

通过邮件获取到了发票

看完发票后才逐渐知道事情的端倪

Figma 设计软件订阅费逻辑如下

  1. Pro-rated Professional Full seats (Nov 9 – Dec 3, 2025)

    1. 11 月 9 日 开始使用了 2 个专业完整席位。
    2. 因为不是整月使用(仅使用了约 24 天),所以按比例计费。
    3. 单价 16.00/月 → 按比例折算后,2 个席位共 32.00。
  2. Professional Full seats (Dec 3, 2025 – Jan 3, 2026)

    1. 从 12 月 3 日起,3 个专业完整席位的订阅。
    2. 每月单价 20.00,因此 3 个席位 ×20 = $60.00。
    3. 未来一个周期(12 月 3 日到次年 1 月 3 日)的预付费。

合计:$92.00

其实项目主要是我在设计,一个小伙伴通过设计生成代码,还是有个小伙伴只是看一看设计效果。

可是我是 Figma 新手没有注意到一些细节,后续邀请进入的小伙伴全是 Full 角色,所以就导致 20*3=60 美元的预付,上个月不是完整的月份按照比率折算的两个席位 16*2=32 美元。

我邀请的时候完全没有提醒相关扣费事宜,扣费的时候直接算总账,这个点不得不说还是平台鸡贼呀。

按照合理的设置方法应该是我的角色是 Full(全功能),一个小伙伴是 Dev(开发),另一个小伙伴是 View(仅查看),按照最新资费标准这样一个月就是 16+12=28 美元,折合成 197.79 人民币

为了防止再被坑我还是先取消订阅吧,听说淘宝上有更便宜 Figma 套餐的,后面有时间研究一下

点击 continue

填写取消原因

I recently signed up for a Figma Team plan as a new user and unintentionally assigned "Full" seats to all three team members due to unfamiliarity with how Figma’s billing and seat types work. In reality, we only need one "Full" seat, one "Dev" seat, and the third member doesn’t require access at all. I’ve since corrected the team setup by removing one member and downgrading another to a "Dev" seat, but the platform had already charged me in advance for the full upcoming billing cycle (December 3 – January 3) based on the initial incorrect configuration. When I requested a refund for the overcharged amount, I was informed that Figma does not offer refunds under any circumstances. Since I’ve already paid for services I didn’t intend to use—and won’t be able to recover those costs—I’ve decided to cancel my subscription entirely to avoid further unexpected charges. This experience has been frustrating, especially as a new user trying to set things up correctly. I hope Figma will consider more flexibility in such cases in the future.

取消成功

我还抱有一丝官方良心发现退我多余的钱的想法,我在官网尝试了向客服反馈问题,貌似是 AI 自动回复

Hello, I would like to request a refund. Yesterday, the platform charged me in advance for the upcoming billing cycle (from December 3 to January 3 of next year). As a new Figma user, I wasn’t fully aware of how the platform works, which led to all three members of my Figma Team being assigned the "Full" seat type. However, we actually only need one "Full" seat, one "Dev" seat, and the third member doesn’t require a seat at all and can be removed from the team entirely. I’ve already removed one member from the team and changed another member’s role to "Dev," so now only I remain on the "Full" seat. Could you please refund the overcharged amount? Thank you very much!

我又尝试通过邮件向平台沟通

后续来了……

官方给出了退费 52 美元的处理方案,看来沟通是是有用的

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/10 14:06:13

Docker镜像迁移指南

Docker镜像迁移指南 背景 在使用docker时,可能没办法在目标机器上使用 docker pull,此时最通用的解决方案是用中转机,在那里下载镜像并打包成文件,然后将文件拷贝到你的目标 Ubuntu 系统上进行加载。第一阶段:在中转机…

作者头像 李华
网站建设 2026/6/10 3:07:35

在基于FastAPI的Python开发框架后端,增加阿里云短信和邮件发送通知处理

1、短信通知处理的介绍 之前我在多篇随笔中介绍过基于.NET的《SqlSugar开发框架》中整合过短信接入的内容:《使用阿里云的短信服务发送短信》、《基于SqlSugar的开发框架循序渐进介绍(17)-- 基于CSRedis实现缓存的处理》、《循序渐进VUEElem…

作者头像 李华
网站建设 2026/6/9 22:26:37

Langflow终极指南:从零构建企业级AI绘画工作流完整方案

Langflow终极指南:从零构建企业级AI绘画工作流完整方案 【免费下载链接】langflow ⛓️ Langflow is a visual framework for building multi-agent and RAG applications. Its open-source, Python-powered, fully customizable, model and vector store agnostic.…

作者头像 李华
网站建设 2026/6/10 15:40:11

Solon Web 的“分身术”:单应用多端口监听,化身多重服务

一、概述常规 Solon Web 应用通常采用单一端口提供服务。然而在实际业务场景中,我们往往需要单个应用具备"多面服务"能力:在不同端口上提供功能完全独立的服务模块。典型应用场景:外部 API 服务 内部监控端口:对外提供…

作者头像 李华
网站建设 2026/6/9 17:26:39

LFM2-350M-ENJP-MT:颠覆性边缘AI翻译技术的终极解决方案

LFM2-350M-ENJP-MT:颠覆性边缘AI翻译技术的终极解决方案 【免费下载链接】LFM2-350M-ENJP-MT 项目地址: https://ai.gitcode.com/hf_mirrors/LiquidAI/LFM2-350M-ENJP-MT 在AI模型普遍追求千亿参数的时代,一款仅3.5亿参数的翻译模型如何在边缘设…

作者头像 李华
网站建设 2026/6/10 15:01:43

GIM图像匹配终极指南:5分钟快速上手通用匹配技术

GIM图像匹配终极指南:5分钟快速上手通用匹配技术 【免费下载链接】gim GIM: Learning Generalizable Image Matcher From Internet Videos (ICLR 2024 Spotlight) 项目地址: https://gitcode.com/gh_mirrors/gim1/gim GIM(Generalizable Image Ma…

作者头像 李华