简体   繁体   English

使用 Apple Pay 进行条纹连接 iOS

[英]Stripe Connect With Apple Pay iOS

In a restaurant [Pickup Point] you purchase food it comes in a Tiffin Box [Product] which is having a cost[$1].在餐厅 [Pickup Point],您购买的食物装在 Tiffin Box [Product] 中,成本为 [$1]。 As you take that box your time starts, You have to submit that box [In Drop Box] in a certain time [Ex:- Within 24 hour].当您拿走那个盒子时,您的时间就开始了,您必须在某个时间 [例如:- 24 小时内] 提交该盒子 [在投递箱中]。

If you submit the Tiffin box within >24 hr then no charges will deduct from your Apple Pay.如果您在 24 小时内提交 Tiffin 框,则不会从您的 Apple Pay 中扣除任何费用。

If you exceed the time limit [<24 hr] of submitting the box then automatically $1 will deduct from your Apple Pay.如果您超过提交盒子的时间限制 [<24 小时],那么将自动从您的 Apple Pay 中扣除 1 美元。

Note:- Is this facility/Functionality supported by Apple Pay, If yes then how can we achieve this.注意:- Apple Pay 是否支持此设施/功能,如果是,那么我们如何实现这一点。 "Every reply will be greatly appreciated." “每一个回复都将不胜感激。”

Thanks.谢谢。

You'd probably want to use auth and capture and auth the meal cost + the Tiffin Box cost, and then either capture only the meal cost or the total of both, depending on dropoff.您可能希望使用auth 和 capture和 auth 餐费 + Tiffin Box 成本,然后要么仅捕获餐费或两者的总和,具体取决于下车。

Otherwise, you could do same for just the Tiffin Box charge.否则,您可以只为 Tiffin Box 收费做同样的事情。

Also this has nothing to do with Apple Pay specifically;这也与 Apple Pay 无关; it's just a payment, so it's really a server-side integration question.这只是一个付款,所以它实际上是一个服务器端集成问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM