Closed cullsin closed 5 years ago
So user 1 has to know the upi id of user 2 Assume user 1 ===SEND MONEY TO===> User 2
RNUpiPayment.initializePayment({
vpa: 'john@upi', // user 2 upi handle
payeeName: 'John Doe', // name of user 2
amount: '1', // amount to transfer
transactionRef: 'aasf-332-aoei-fn' // some transaction id that you will identify with your Backend
}, successCallback, failureCallback);
Hello, Sorry. I did not understand. In which account money will deduct and which account it receive.
Do I need any prerrquest about the sender?
Money will get deducted from user 1 and go to user 2
Thanks. Can you give example of sender as well as receiver UPI. In the RN initalize, the UPi key is sender or receiver?
I can see only one UPi. Where is the other one? Can you share your screenshot demo.
Hi,
It works awesome. Can you please suggest me how do I transfer the amount between two users? sender and receiver?
Can you please suggest me.
Raja K