如题,开发者工具看到 stripe 接口报错
{
"code": "card_declined",
"decline_code": "generic_decline",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message": "Your card was declined.",
"payment_method": {
"id": "pm_**********************",
"object": "payment_method",
"allow_redisplay": "unspecified",
"billing_details": {
"address": {
"city": "東京",
"country": "JP",
"line1": "新宿区新宿 3-5-12",
"line2": "サンライズ新宿ビル 501 号室",
"postal_code": "160-0022",
"state": "福島県"
},
"email": null,
"name": "visa",
"phone": null,
"tax_id": null
},
"card": {
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": null
},
"country": "CN",
"display_brand": "visa",
"exp_month": 3,
"exp_year": 2028,
"funding": "credit",
"generated_from": null,
"last4": "6113",
"networks": {
"available": [
"visa"
],
"preferred": null
},
"regulated_status": "unregulated",
"three_d_secure_usage": {
"supported": true
},
"wallet": null
},
"created": 1744856548,
"customer": null,
"livemode": true,
"type": "card"
},
"type": "card_error"
}
![]() |
1
gaobh 2 天前 via iPhone
去 stripe 控制台看下不就知道了
|
![]() |
2
gaobh 2 天前 via iPhone
……哈哈看错了,不是你开发,gpt 压根不支持中国,stripe 做了中国银行卡拒绝
|
3
zhengfan2016 OP @gaobh 那我得入职 openai 才能看到了
![]() |
4
cyp0633 2 天前
中国卡直接拒的
|
5
zhengfan2016 OP @cyp0633 这么坑,那有什么其他开通官方 api 的方法吗,没 50w 存款办不了香港银行卡,也不想用第三方小公司的虚拟 visa ,怕跑路
![]() |
6
Elliotty 2 天前
@zhengfan2016 #5 Azure OpenAI
|
![]() |
7
gefranks 2 天前 via iPhone
|
8
yinmin 2 天前 via iPhone
poe 提供 api 能转成 openai 格式,20 刀/月能通过 openai 兼容 api 接口接入几乎所有流行的大模型
|
9
zhengfan2016 OP |
10
ywkk 1 天前
|
11
linhongjun 1 天前
人家设置了不支持的区域啊
|
![]() |
12
sakeven 1 天前 via iPhone
@zhengfan2016 OpenAI API 官方也不支持 4o 生成图片。
|
13
zhengfan2016 OP @sakeven 啊,不可能吧,那些基普力图片生成网站怎么做的,难道逆向 api ?
![]() |
![]() |
14
sakeven 1 天前 via iPhone
@zhengfan2016 bingo ,就是逆向的
|