I want to integrate the Paytm payment gateway with my unity app with a unity web view.
I have uploaded all the files from Paytm with PHP:-
https://github.com/Paytm-Payments/Paytm_Web_Sample_Kit_PHP
I have TxnTest.php, pgRedirect.php, pgResponse.php, TxnStatus.php
now I want to open web view with pay button clicking in my unity app and it opens with TxnTest.php on browser and user can do payment there.
now I want to get a response to that payment whether it's successful or not and how much the transaction amount is.
↧