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
66 stars 126 forks source link

Merchant account not found #9

Closed luckymehndiratta closed 1 year ago

luckymehndiratta commented 4 years ago

After attach Key the error show to me Unhandled Exception: PlatformException(braintree_error, Merchant account not found, null)

pikaju commented 4 years ago

I believe this may not be a plugin specific error. Please check if you set up your Braintree account and backend correctly. This might help: https://stackoverflow.com/questions/41757631/paypal-with-braintree-saying-merchant-account-not-found

tandacedric commented 3 years ago

image Go to the paypal settings and complete the required paypal keys

pikaju commented 1 year ago

Looks like this is solved.