简体   繁体   English

iOS:嵌入在UIViewController中的条纹签出UI

[英]iOS: stripe checkout UI embedded in UIViewController

In the attached screenshots from https://stripe.com/checkout , Stripe makes it look like you can embed the Stripe checkout UI in a view controller, but I can't find the drop in UI for that anywhere for iOS, they only provide javascript implementation. 在随附的https://stripe.com/checkout屏幕快照中,Stripe看起来像您可以将Stripe checkout UI嵌入视图控制器中,但是我找不到iOS上任何地方的UI下降。提供javascript实现。 Does anyone know where I can get the iOS implementation? 有谁知道我可以在哪里获得iOS实施?

Screenshots: 截图:

在此处输入图片说明

在此处输入图片说明

Checkout is a JavaScript library that you can embed into a web application, or into a mobile app via a webview. Checkout是一个JavaScript库,您可以将其嵌入到Web应用程序中,也可以通过Webview嵌入到移动应用程序中。

Stripe also has an iOS SDK that includes a pre-built component to collect card information ( STPPaymentCardTextField ), but it's different than Checkout. Stripe还具有一个iOS SDK ,其中包括一个用于收集卡信息的预构建组件( STPPaymentCardTextField ),但它与Checkout不同。

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

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