news 2026/3/9 23:18:38

记录一次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/3/8 9:57:37

正点原子IMX6ULL开发板U-Boot编译

/bashmake ARCHarm CROSS_COMPILEarm-linux-gnueabihf- distcleanmake ARCHarm CROSS_COMPILEarm-linux-gnueabihf- mx6ull_14x14_evk_emmc_defconfigmake ARCHarm CROSS_COMPILEarm-linux-gnueabihf- V1 -j12imageimage拨码开关拨到从SD卡启动,重启开发板。看到日志…

作者头像 李华
网站建设 2026/3/9 16:47:52

Neovim代码补全终极指南:极速配置与智能提示

Neovim代码补全终极指南:极速配置与智能提示 【免费下载链接】neovim 一个基于 Vim 编辑器的衍生版本,其主要改进和优化方向是提升编辑器的扩展能力和用户使用体验。 项目地址: https://gitcode.com/GitHub_Trending/ne/neovim 想要在Neovim中享受…

作者头像 李华
网站建设 2026/3/8 17:41:04

【Kubernetes】使用Helm简化k8s部署、管理

确定你安装版本的安全配置安装和配置Helm。安装HelmmacOSbrew install helmWindowschoco install kubernetes-helmDebian/Ubuntusudo apt-get install curl gpg apt-transport-https --yescurl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --de…

作者头像 李华
网站建设 2026/3/6 8:51:02

零基础也能搭建企业官网:Halo开源建站工具实战指南

你是否在为创业初期的线上形象而烦恼?面对高昂的SaaS建站费用和技术门槛,很多创业者望而却步。本文将通过Halo开源建站工具,为你提供一套完整的解决方案,让你在30分钟内搭建专业企业官网,实现零成本起步。 【免费下载链…

作者头像 李华
网站建设 2026/3/5 13:58:50

Open-SaaS邮件系统性能优化实战:构建高并发异步处理架构

Open-SaaS邮件系统性能优化实战:构建高并发异步处理架构 【免费下载链接】open-saas A free, open-source SaaS app starter for React & Node.js with superpowers. Production-ready. Community-driven. 项目地址: https://gitcode.com/GitHub_Trending/op/…

作者头像 李华
网站建设 2026/3/6 9:38:36

基于vue的考研信息共享平台_a5a399ip_springboot php python nodejs

目录具体实现截图项目介绍论文大纲核心代码部分展示项目运行指导结论源码获取详细视频演示 :文章底部获取博主联系方式!同行可合作具体实现截图 本系统(程序源码数据库调试部署讲解)同时还支持java、ThinkPHP、Node.js、Spring B…

作者头像 李华