
ChatGPT Pro 官方 200 刀,菲律宾区只要 149.55 刀,Pro100刀埃及区只要 88 刀左右。
更重要的是,不用开对应国家 IP,用浏览器控制台脚本就能直接跳转到低价支付页面。
目前能用到的两个低价方案如下,价格和操作步骤整理在下面。
**实测价格(2026 年 5 月数据):**
– Pro 20x(菲律宾):约 150 刀
– Pro 5x(埃及):约 88 刀 / 603 元
传统做法需要开菲律宾或埃及 VPN 再去订阅。
实际操作时常见几个问题:
– 稳定节点不好找,成本不低
– 支付经常失败,要反复切换节点
– 整个流程比较折腾
现在有更直接的方法:通过脚本调用支付接口,指定对应国家计费信息,直接跳过 IP 限制。
方法的核心是直接请求 OpenAI 的支付后端接口,同时在参数里带上目标国家的 `billing_details`。
接口会返回对应国家的 checkout 页面,从而实现低价订阅。
操作全程在已登录的 http://chatgpt.com 进行,不需要额外开 VPN。
下面给出两个可直接使用的脚本。
Pro 5x(埃及区)操作步骤:
1. 打开 https://chatgpt.com 并完成登录
2. 按 F12 打开开发者工具,切换到 Console 标签
3. 完整复制下面脚本,粘贴后回车执行
4. 页面会自动跳转到埃及计费页面
5. 账单地址选择美国免税州(Oregon、Delaware、Montana 等推荐)
6. 使用支持的卡完成支付
**埃及 5x 脚本(直接复制整段):**
javascript:(async function(){try{const t=await(await fetch("/api/auth/session")).json();if(!t.accessToken){alert("请先登录 ChatGPT!");return}const p={"entry_point":"all_plans_pricing_modal","plan_name":"chatgptprolite","billing_details":{"country":"EG","currency":"EGP"},"checkout_ui_mode":"custom"};const r=await fetch("https://
chatgpt.com/backend-api/payments/checkout
",{method:"POST",headers:{Authorization:"Bearer "+t.accessToken,"Content-Type":"application/json"},body:JSON.stringify(p)});const d=await r.json();d.checkout_session_id?window.location.href="https://
chatgpt.com/checkout/openai_llc/
"+d.checkout_session_id:alert("提取失败:"+(d.detail||JSON.stringify(d)))}catch(e){alert("发生错误:"+e)}})();

执行前务必先登录账号。
Pro 20x(菲律宾区)操作步骤:
流程和上面一致,只需要换另一个脚本。
1. 登录 http://
chatgpt.com
2. F12 打开控制台
3. 粘贴下方脚本并执行
4. 跳转后同样选择美国免税州地址支付
菲律宾 20x 脚本(直接复制整段):
javascript:(async function(){try{const t=await(await fetch("/api/auth/session")).json();if(!t.accessToken){alert("请先登录 ChatGPT!");return}const p={"entry_point":"all_plans_pricing_modal","plan_name":"chatgptpro","billing_details":{"country":"PH","currency":"PHP"},"checkout_ui_mode":"custom"};const r=await fetch("https://
chatgpt.com/backend-api/payments/checkout
",{method:"POST",headers:{Authorization:"Bearer "+t.accessToken,"Content-Type":"application/json"},body:JSON.stringify(p)});const d=await r.json();d.checkout_session_id?window.location.href="https://
chatgpt.com/checkout/openai_llc/
"+d.checkout_session_id:alert("提取失败:"+(d.detail||JSON.stringify(d)))}catch(e){alert("发生错误:"+e)}})();
两个脚本执行后都会直达对应低价支付页。
目前实测能成功支付的卡种包括:
– Fiat24
– N26
– EtherFi
– 小红卡
– Savo
容易被拒的卡种:
– 国内 Visa/MasterCard 单币信用卡
– 银联卡
– Wise(实体卡和虚拟卡)
– Revolut
非常重要的一步:
1. 必须用美国ip购买
2. 账单地址必须填**美国免税州**(Oregon、Delaware、Montana、New Hampshire 等),否则很容易多收税或者支付失败。可以使用
https://www.meiguodizhi.com/usa-address/ohio 这个生成地址
https://x.com/mylifcc/status/2060364659665076605