gpt4 book ai didi

api - 通过 API POSTMAN 在 Stripe 中创建卡片 token

转载 作者:行者123 更新时间:2023-12-03 06:35:44 25 4
gpt4 key购买 nike

我正在创建一些用于 strip 支付的 API。我尝试创建 API 来获取支付卡 token 。下面是我的代码

postman 数据

Request Method: POST,
Request URL: https://api.stripe.com/v1/tokens

header 数据
Content-Type:application/x-www-form-urlencoded
Authorization:Bearer SECRET_KEY

body
x-www-form-urlencoded
card:{"exp_month":12,"exp_year":2020,"number":'4242424242424242',"cvc":'123'}

响应(输出)
{
"error": {
"message": "You must pass full card details to create a token.",
"type": "invalid_request_error"
}
}

postman 截图:

header

enter image description here

body

enter image description here

最佳答案

我将 Stripe 文档中的 cURL 请求导入到 Postman 中。此请求应如下所示。

Postman

一次,您将身份验证 token 添加到 header 中 - 然后它应该允许您创建卡 token (如果其他一切正常)

仅供引用,key/value View 的语法应该如下所示,而不是像您的请求中那样。

Syntax

关于api - 通过 API POSTMAN 在 Stripe 中创建卡片 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55137694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com