使用 Apple Pay 作为付款方式请求 Uber 乘车
Requesting an Uber ride with Apple Pay as a payment method
是否可以通过 Apple pay 作为支付方式请求 Uber 乘车通过其余 API?
目前叫车时设置Apple Pay(payment_method_id
,https://developer.uber.com/docs/riders/references/api/v1.2/payment-methods-get)失败
有没有办法访问优步托管的网络视图,允许用户通过 Touch ID 授权付款并使用 Apple pay?
确认在发布请求时 apple_pay 无法通过 API 用作付款方式。
关于您的问题 "Is there a way to access a web view hosted by Uber that would allow the user to authorize the payment through Touch ID and use Apple pay?" - 不,这不是一个选项。
apple_pay(和 android_pay)确实可以作为用户帐户的付款方式,因此您可以争辩说应该在 get-payment-methods 中返回。但是,由于它不能在 API 中使用,因此也许应该对其进行过滤。 Uber API 团队将在此处研究可能的解决方案。谢谢,希望这对您有所帮助!
是否可以通过 Apple pay 作为支付方式请求 Uber 乘车通过其余 API?
目前叫车时设置Apple Pay(payment_method_id
,https://developer.uber.com/docs/riders/references/api/v1.2/payment-methods-get)失败
有没有办法访问优步托管的网络视图,允许用户通过 Touch ID 授权付款并使用 Apple pay?
确认在发布请求时 apple_pay 无法通过 API 用作付款方式。
关于您的问题 "Is there a way to access a web view hosted by Uber that would allow the user to authorize the payment through Touch ID and use Apple pay?" - 不,这不是一个选项。
apple_pay(和 android_pay)确实可以作为用户帐户的付款方式,因此您可以争辩说应该在 get-payment-methods 中返回。但是,由于它不能在 API 中使用,因此也许应该对其进行过滤。 Uber API 团队将在此处研究可能的解决方案。谢谢,希望这对您有所帮助!