gpt4 book ai didi

go - 使用 Go 将运输信息附加到 Stripe Charge

转载 作者:IT王子 更新时间:2023-10-29 01:42:48 24 4
gpt4 key购买 nike

我正在尝试通过 Go API 创建新的费用。我有一个送货地址和一个支付 token 。但是the Go API doesn't seem to support sending the shipping address . The documentation表示它应该支持它,但在文档中描述的参数和 Go ChargeParams 参数之间没有直接映射,并且有些缺失。

type ChargeParams struct {
Params
Amount uint64
Currency Currency
Customer, Token string
Desc, Statement, Email string
NoCapture bool
Fee uint64
Fraud FraudReport
Source *SourceParams
}

是否有其他方法可以添加我丢失的地址?

最佳答案

我对 Stripe 的 API 一无所知,但如果你遵循结构的字段,你会发现 ChargeSourceCard地址 1、地址 2、城市、州、 zip 、国家/地区。这就是你想要的吗?

关于go - 使用 Go 将运输信息附加到 Stripe Charge,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29024198/

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