问题标签 [applepay]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
864 浏览

ios - Swift 应用程序中的条纹 iOS 库导致无法识别的选择器错误

我正在尝试使用 Stripe 将 Apple Pay 添加到 Swift 应用程序中。我正在关注Stripe 的指南。我创建了一个演示 repo 来演示下面发现的错误。

我添加了 Stripe 库,链接了必要的 Apple 库,添加了一个 Objective-C 桥接头,添加了一个 Stripe Publishable Key,启用了 Stripe Enable ApplePay 宏,并启用了 ApplePay 授权。

当我尝试创建实际付款请求时出现问题:

我的存储库详细解释了这一点。

当我构建应用程序时,它会导致以下错误:

我认为Stripe库中Objective-C代码的桥接一定存在问题。任何帮助将不胜感激。

0 投票
1 回答
124 浏览

ios - 我们可以使用 Apple Pay for Customer to Customer 应用程序吗?

我是 Apple Pay 的新手。我们需要开发一个应用程序,我们需要在其中从客户到客户付款。我已经从以下链接中提供的文件中查看了 ApplePay 的官方支付文件。

https://developer.apple.com/apple-pay/

他们提到客户可以向商家支付服务或商品的费用。

但是,如果我们需要接受一个客户向另一个客户付款,那么有可能吗?如果可以,那我们怎么能接受呢?

提前致谢!

0 投票
0 回答
943 浏览

ios - Apple Pay 缺少权利警告

你有没有收到过苹果这样提交后的邮件?最奇怪的是我根本没有使用 Apple Pay。我应该去哪里看?

更新:请参阅 jrg 答案(在我的情况下解决了我的问题)我有一个过时的 Braintree Cocoapod。谢啦!

0 投票
1 回答
6702 浏览

ios - How to show Apple Pay in my setting menu on iPhone 6 plus?

I want to integrated Apple pay with Stripe. I have updated provisioning profile to use Apple pay. I am using iPhone 6 plus device with updates version 8.1.1 iOS . My problem is that I can't see Passbook & Apple Pay menu item in my device's setting menu. That's why I'm unable to test apple pay. I have also tried changing Region to US, but it didn't show up there.

Check below image has apple pay menu in setting. enter image description here

Apple Pay: Official Document

0 投票
1 回答
2794 浏览

ios8 - PKPaymentAuthorizationViewController 显示为 nil 视图控制器

我正在尝试按照链接将 Apple Pay 集成到我的演示应用程序中,我正面临这个问题。我已将我的 iphone 6+ 操作系统更新到 8.1.1 版本,但仍然无法正确显示 PKPaymentAuthorizationViewController 并且我收到此错误“应用程序试图在目标上显示一个 nil 模态视图控制器”。请提出一些建议,因为我被困在这个问题上.这是我写的代码:-

感谢和问候

0 投票
1 回答
5310 浏览

ios - 如何测试基于 Stripe 的 Apple Pay?

目前我正在尝试开发一个本地 iOS 应用程序,我必须在其中集成基于 Stripe 的 Apple Pay,为此我在我的项目中添加了他们提供的 SDK。

在最后一步,我将测试苹果支付功能,但我不确定如何执行它。

1) 我必须在我的存折应用程序中添加一些虚拟/测试卡帐户吗?

2)或者我是否必须在我的存折应用程序中添加一些真实的卡账户,但是在支付操作时,如果我执行任何交易,那么它是否会从我的账户中扣除余额?

3) 或 Passbook 无需任何设置以用于开发目的

请指导我。

0 投票
2 回答
2436 浏览

ios - Apple Pay / Stripe 集成问题

我已经按照 Stripe 的文档和示例应用程序来集成 Apple Pay。

在 handlePaymentAuthorizationWithPayment 方法的 createTokenWithPayment 下,我收到错误消息:

错误 Domain=com.stripe.lib Code=50 “您的付款信息格式不正确。请确保您正确使用了我们最新版本的 iOS 库。有关更多信息,请参阅https://stripe.com/docs/mobile /ios。” UserInfo=0x170261b40 {com.stripe.lib:ErrorMessageKey=您的付款信息格式不正确。请确保您正确使用我们最新版本的 iOS 库。有关详细信息,请参阅https://stripe.com/docs/mobile/ios。,NSLocalizedDescription=您的付款信息格式不正确。请确保您正确使用我们最新版本的 iOS 库。有关更多信息,请参阅https://stripe.com/docs/mobile/ios。}

有谁知道如何解决这个问题?我正在使用最新的 Stripe 库。

谢谢。

0 投票
2 回答
450 浏览

ios - 从移动应用程序与存折集成,引导用户将信用卡添加到 Apple Pay

有没有办法将用户从您的 iOS 移动应用程序重定向到 Passbook,以将他们的信用卡输入 Apple Pay?

例如,来自信用发卡机构的手机银行或信用卡应用程序是否可以创建一个按钮来指导用户将信用卡添加到 Apple Pay?我认为这需要将 Passbook 启动到适当的位置以在 Passbook 中添加信用卡。我认为仍然需要实体卡。

0 投票
2 回答
3512 浏览

ios - Apple Pay - decrypt payment data

I am trying to decrypt paymentData property of PKPaymentToken object upon a successful Apple Pay authorization.

I am trying to follow the instruction here, but I am stuck on step 2 of the decryption steps, which says:

Use the value of the publicKeyHash key to determine which merchant public key was used by Apple, and then retrieve the corresponding merchant public key certificate and private key.

How do I do that?

Please advise.

Thanks!

0 投票
0 回答
538 浏览

ios - 无法检索 STPToken tokenId?

我正在尝试编写一个 iOS 应用程序,该应用程序在纯 Swift 中使用 ApplePay 和 Stripe,并带有 Parse 后端。我已经让 ApplePay 正常工作,并通过 Stripe 正确授权和标记信息,但是当 STPToken 返回时,我无法从中获取 tokenId 字符串,即使我可以将它 println() 到终端。

这里第一个 println() 打印令牌 ID,但第二个不打印。我如何提取它以供使用?它说它是“var tokenId:String!{ get }”