googletez / inapp-payment-samples

26 stars 20 forks source link

How to send to Bank Account via tez from User App? #2

Open RagavendraM opened 5 years ago

RagavendraM commented 5 years ago

I tried sending money by entering VPA but how to send to bank account (Accno+IFSC).

Adityavns commented 5 years ago

Try accountnumber+"@"+IFSC+".ifsc.npci"

Ex: if the account number is 123 and IFSC code is ABC456, then try sending UPI id as 123@ABC456.ifsc.npci

Let me know if this worked.