Paypal True One Click Upsell

佐手、 提交于 2020-01-25 23:21:26

问题


Possible duplicate of this question, but it was asked 6 years ago. So, I want to know is there a way to implement a true click upsell with paypal. I mean we have to redirect users every time and make them login and sign the agreement. Is there any way that users only need to login once and when they return to our site (e.g. on the upsell page of the funnel) then they just click buy button and we can charge them without redirecting to paypal's site.


回答1:


You have a couple of options for this.

1) Express Checkout Billing Agreements + Reference Transactions. This documentation outlines those procedures: https://developer.paypal.com/docs/classic/express-checkout/ec_set_up_reference_transactions/

2) PayPal Identity APIs - Login with PayPal + Seamless Checkout. This documentation covers those procedures: https://developer.paypal.com/docs/integration/direct/identity/

I would recommend you take a look at our PayPal PHP SDK class library as it will make the API calls required to get this done very quick and easy.



来源:https://stackoverflow.com/questions/44235685/paypal-true-one-click-upsell

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