ios - Apple Pay 可以使用订阅支付模式吗?

标签 ios applepay

我可以使用 Apple Pay 创建订阅支付模式吗?我看到很多单笔交易的例子。但是订阅呢?例如,每个月向用户收取 10 美元。

最佳答案

只要您遵守 Apple 提供的指南,您就可以使用 Apple Pay 进行订阅:

Apps using Apple Pay to offer recurring payments must, at a minimum, disclose:

  • The length of the renewal term and the fact that it will continue until canceled.
  • What will be provided during each period.
  • The charges that will be billed to the customer. And
  • How to cancel.

指南可用here .

关于ios - Apple Pay 可以使用订阅支付模式吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30367449/

相关文章:

ios - 尝试使用 AirPlay 转换本地视频文件返回 'externalPlaybackNotSupportedForAsset' (-11870)

ios - iOS 中的 Websocket 连接问题?

ios - 通过带有开发 SSL 证书的 xcode 在设备中推送通知测试

ios - 如何修复应用程序试图在目标上呈现一个无模态视图 Controller ?

javascript - 使用 JavaScript 解密 ApplePay token

ios - 使用 SwiftUI 实现 Apple Pay

ios - Swift/iOS 推出 Apple Pay 特定支付通行证

in-app-purchase - 当我的应用程序在 iOS11 中显示年度订阅购买 UI 时,如何弹出类似 Apple Pay 的 UI

ios - 将 subview 添加到自定义 UI 按钮类

ios - UIImagePickerController didFinishPickingImage 在完成时调用自定义函数