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 116 forks source link

Need help understanding NOUNCES #88

Closed developer-farhan closed 2 years ago

developer-farhan commented 2 years ago

ill make it simple and straightforward once I get my nounce id does that mean my transaction has been completed 100%? or do I need to send nounce anywhere after? also what is nounce

To add one more thing even tho im able to get nounceID the transactions are not showing in Braintree or PayPal sandbox account : /

pikaju commented 2 years ago

You need to send the nonce to your backend and then complete the payment flow from there. Please consult the Braintree Developer Docs for more details: https://developer.paypal.com/braintree/docs/start/overview

developer-farhan commented 2 years ago

I’m very confused there is literally no video or documentation to explain the process after even in the Boring show the video ends at nounce where am I supposed to get flutter related instruction for complete process