pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 115 forks source link

Is there no way to use Hosted Fields with Flutter or any other way to make our payments more secure ? In the documentation it says "Hosted Fields is only available for JavaScript" #132

Closed BunnyBuddy closed 1 year ago

BunnyBuddy commented 1 year ago

I there any other way to make our payments/ payment methods more secure than it is with drop in ?

pikaju commented 1 year ago

Hosted fields is a web-only technology, so you can't really use it in a native Android/iOS app. You could however build a website for your payment flow and then redirect from your mobile app to the website.

Why are you worried about security? The Braintree Android/iOS SDKs should be secure enough, right?