gpt4 book ai didi

ios - 通过 Stripe for iOS 充电

转载 作者:搜寻专家 更新时间:2023-10-31 21:46:47 25 4
gpt4 key购买 nike

我在通过 Stripe 向用户收费时遇到问题。我在以下委托(delegate)方法中收到的 paymentResult 对象

func paymentContext(_ paymentContext: STPPaymentContext, didCreatePaymentResult paymentResult: STPPaymentResult, completion: @escaping STPErrorBlock) {

}

是一个 STPCard 对象,但根据文档完成对我的后端的收费我需要一个 STTPoken。我试过使用

STPAPIClient.shared().createToken(withCard: card) {}

使用我收到的 STPCard 对象创建 STPToken,但我收到一条错误消息,指出卡参数没有所需的变量“数字”。有谁知道可能发生了什么,或者是否有办法只用 STPCard 对象完成充电?谢谢。

最佳答案

在 STPPaymentContext 对其委托(delegate)调用 didCreatePaymentResult 时, token 已经创建,因此无需尝试创建第二个 token 。我会看一下示例 iOS 后端,它与 Stripe SDK 中的“标准”示例应用程序一起工作:

https://github.com/stripe/example-ios-backend

关于ios - 通过 Stripe for iOS 充电,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45224257/

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