如题,开发者工具看到 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"
}
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.