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

Handling p2p payments #116

Open jsmeke opened 2 years ago

jsmeke commented 2 years ago

I need to allow the user to send from his venmo/paypal account to another user's account. On Stackoverflow I saw that somewhere a "payee" parameter has to be filled with recipient's user. Where can I find and fill that parameter?