简体   繁体   English

如何使用信用卡 Visa 和 Mastercard on flutter 进行支付?

[英]How to make a payment by credit card Visa and Mastercard on flutter?

I am making an application on the flutter.我正在颤振上申请。 I need to be able to pay by Visa and Mastercard.我需要能够通过 Visa 和 Mastercard 支付。 Is there any way to do this or is there another way to pay?有没有办法做到这一点,或者有其他的支付方式吗?

There are lots of available Payment Processor APIs that you can choose from.您可以选择许多可用的支付处理器 API。 Stripe is one of the popular ones that you can use. Stripe是您可以使用的流行产品之一。 Here's an active Stripe Flutter plugin that you can check out.这是一个活跃的Stripe Flutter 插件,您可以查看。

Update: Flutter has just released their first-party payments API: pay .更新:Flutter 刚刚发布了他们的第一方支付 API: pay On Android, Google Pay is used;在 Android 上,使用 Google Pay; while Apple Pay is used for iOS.而 Apple Pay 用于 iOS。

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

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