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

Can't find the payment on dashboard #40

Closed Tharaka8999 closed 3 years ago

Tharaka8999 commented 3 years ago

I have run the example code with my Braintree token and got the payment method nonce successfully, but cant find the transaction from Braintree dashboard. please check this. Screenshot_1600683481

pikaju commented 3 years ago

The payment method nonce alone does not complete a transaction. You need a backend server that receives the nonce from your mobile application and then uses the Braintree SDK to actually receive money. Check out the official developer docs from Braintree for more details: https://developers.braintreepayments.com/start/overview