Logout Paypal Express account after payment is completed

别等时光非礼了梦想. 提交于 2019-12-11 04:49:11

问题


I want to logout paypal account when the payment is completed in Paypal. retun url in expresscheckout takes to website and payment is done .But Paypal account still not logout. How do i acheve this ?

Just try this with your Paypal account. If you forgot to log out from your Paypal account after finishing using it and just close the window without log off from the computer you were using. Then, next person using the same computer can simply enter your Paypal account and do whatever they want!

Is there any way to logout Paypal account when payment is completed.so that if u forget to logout the system it will be be done automatically.. so that no one cam misuse it..


回答1:


the only way to do this is grab the logOut URL and use this as your redirect URL; this will auto close after the customer completes the payment automatically 8^).

So for sandbox it would be:
https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_logout and for the live URL, as mentioned above grab your logout URL from your own paypal account and use that for the return.



来源:https://stackoverflow.com/questions/38873040/logout-paypal-express-account-after-payment-is-completed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!