Braintree iOS V4 Drop-In UI:如何跳过 select 付款方式操作 sheet
Braintree iOS V4 Drop-In UI: How to skip the select payment method action sheet
我在注册过程中使用 Braintree iOS V4 Drop-in UI 创建订阅。
UI 中的下降显示 sheet 到 select 付款方式的操作,然后是提供信用卡信息的第二个屏幕。
是否可以跳过付款方式select离子屏幕,直接将用户带到银行卡详细信息屏幕?
Here's the screen that I'd like to skip
来自 Braintree 支持的回应:
At this time, we do not offer any ways to skip the payment sheet and
go straight to the credit card form with the Drop-in UI integration.
With that in mind, you can build your own view to collect the credit
card information and tokenize it with the low-level tokenization API.
This approach allows you to design your checkout flow in any way you
want.
我在注册过程中使用 Braintree iOS V4 Drop-in UI 创建订阅。
UI 中的下降显示 sheet 到 select 付款方式的操作,然后是提供信用卡信息的第二个屏幕。
是否可以跳过付款方式select离子屏幕,直接将用户带到银行卡详细信息屏幕?
Here's the screen that I'd like to skip
来自 Braintree 支持的回应:
At this time, we do not offer any ways to skip the payment sheet and go straight to the credit card form with the Drop-in UI integration. With that in mind, you can build your own view to collect the credit card information and tokenize it with the low-level tokenization API. This approach allows you to design your checkout flow in any way you want.