stripe-go:已弃用 - Stripe API 的 Go 绑定

时间:2024-06-20 08:45:44
【文件属性】:

文件名称:stripe-go:已弃用 - Stripe API 的 Go 绑定

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-20 08:45:44

Go

现在不推荐使用此项目,而希望使用官方的Stripe库,您可以在看到该库。 条纹去绑定 您可以在注册一个 Stripe 帐户 接口版本 这个库固定了 Stripe API 版本。 要查看当前版本,请查看andrewpthorp/stripe.go 。 您可以在查看有关 Stripes API 版本控制的更多信息。 安装 导入库: import "github.com/andrewpthorp/stripe-go/stripe" 用法 package main import ( "fmt" "github.com/andrewpthorp/stripe-go/stripe" ) func main () { // use the DefaultClient client := stripe . NewClient ( nil , "sk_your_secret_key"


网友评论