c# - integrate paypal payment with unity -


i want add paypal payment through unity without direct users web browser @ all.

https://devtools-paypal.com/guide/pay_paypal/dotnet?interactive=off&env=sandbox

i looked @ tutorial @ step 3 user asked go through web browser log in, there way log in process directly .net / c# code through unity

thank you

as far know possible including browser (cause security reasons). c# has webbrowser class, modify, user thinks it's in game.
other thing can try http request via c# pass username , password website (but don't know if possible paypal).


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -