How to integrate payment processing platform for peer to peer payment in flutter

857 views Asked by At

I am new to flutter. I am looking to integrate a peer to peer to transfer money between accounts.

I want flutter to interact with gpay to perform a peer-to-peer payment, meaning a payment between the user and another user in his/her google contacts.

For example, a money transfer from the user to his grandpa, my app just being the UI and acting as a place where the user enters his/her information and which acc he/she is sending the money to, the information is passed to the API(tool for the transfer) and the rest is done by the API itself.

but all the tutorials i see are to 'accept' money from the user https://morioh.com/p/f90ff894ca81
https://medium.com/swlh/accept-payments-using-google-pay-through-stripe-in-flutter-d65dfaa0091a

Hopefully you understood what I want, Thankyou

EDIT: Any plugin would do, even if it isn't related to gpay. But it should be universal and should work with any bank provider. The core reason is to build a voice based payment platform

0

There are 0 answers