代码拉取完成,页面将自动刷新
package stripe
type ThreeDSecureStatus string
// ThreeDSecureParams is the set of parameters that can be used when creating a 3DS object.
// For more details see https://stripe.com/docs/api#create_three_d_secure.
type ThreeDSecureParams struct {
Params `form:"*"`
Amount *int64 `form:"amount"`
Card *string `form:"card"`
Currency *string `form:"currency"`
Customer *string `form:"customer"`
ReturnURL *string `form:"return_url"`
}
// ThreeDSecure is the resource representing a Stripe 3DS object
// For more details see https://stripe.com/docs/api#three_d_secure.
type ThreeDSecure struct {
Amount int64 `json:"amount"`
Authenticated bool `json:"authenticated"`
Card *Card `json:"card"`
Created int64 `json:"created"`
Currency Currency `json:"currency"`
ID string `json:"id"`
Livemode bool `json:"livemode"`
RedirectURL string `json:"redirect_url"`
Status ThreeDSecureStatus `json:"status"`
Supported string `json:"supported"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。