记录一次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 个专业完整席位。
      1. 因为不是整月使用(仅使用了约 24 天),所以按比例计费。
      1. 单价 16.00/月→按比例折算后,2个席位共32.00。
    1. Professional Full seats (Dec 3, 2025 -- Jan 3, 2026)
      1. 从 12 月 3 日起,3 个专业完整席位的订阅。
      1. 每月单价 20.00,因此3个席位×20 = $60.00。
      1. 未来一个周期(12 月 3 日到次年 1 月 3 日)的预付费。

合计:$92.00

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

可是我是Figma新手没有注意到一些细节,后续邀请进入的小伙伴全是Full角色,所以就导致203=60美元的预付,上个月不是完整的月份按照比率折算的两个席位162=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!

我又尝试通过邮件向平台沟通,希望后续能有个好的解决把

相关推荐
2401_8920709816 小时前
【Linux C++ 日志系统实战】LogFile 日志文件管理核心:滚动策略、线程安全与方法全解析
linux·c++·日志系统·日志滚动
XDHCOM16 小时前
ORA-32484重复列名错误,ORACLE数据库CYCLE子句故障修复与远程处理方案
数据库·oracle
云烟成雨TD16 小时前
Spring AI Alibaba 1.x 系列【6】ReactAgent 同步执行 & 流式执行
java·人工智能·spring
lwx91485216 小时前
Linux-Shell算术运算
linux·运维·服务器
于慨16 小时前
Lambda 表达式、方法引用(Method Reference)语法
java·前端·servlet
swg32132116 小时前
Spring Boot 3.X Oauth2 认证服务与资源服务
java·spring boot·后端
翻斗包菜17 小时前
PostgreSQL 日常维护完全指南:从基础操作到高级运维
运维·数据库·postgresql
somi717 小时前
ARM-驱动-02-Linux 内核开发环境搭建与编译
linux·运维·arm开发
gelald17 小时前
SpringBoot - 自动配置原理
java·spring boot·后端
殷紫川17 小时前
深入理解 AQS:从架构到实现,解锁 Java 并发编程的核心密钥
java