简体   繁体   中英

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. 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. Stripe is one of the popular ones that you can use. Here's an active Stripe Flutter plugin that you can check out.

Update: Flutter has just released their first-party payments API: pay . On Android, Google Pay is used; while Apple Pay is used for iOS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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