简体   繁体   English

PayPal:将第三方购物车与加密的网站付款集成在一起

[英]PayPal: integrating third party shopping cart with encrypted website payment

I'm using my own custom shopping cart and integrating it with paypal. 我正在使用自己的自定义购物车,并将其与Paypal集成。 Now I wish to encrypt the parameters appearing on the form but have been unable to do so using the tutorial here: https://www.x.com/developers/community/blogs/ppmacole/encrypting-your-buttons-through-paypal-api-php-using-soap . 现在,我希望对表单上显示的参数进行加密,但无法通过此处的教程进行加密: https : //www.x.com/developers/community/blogs/ppmacole/encrypting-your-buttons-through-paypal -api-php-using-soap The issue is, that I'm unable to pass the _cart parameter to "cmd" to make PayPal use my shopping cart values. 问题是,我无法将_cart参数传递给“ cmd”,以使PayPal使用我的购物车值。 I may not be able to use the openSSL solution for encrypted website payment standard. 我可能无法将openSSL解决方案用于加密的网站付款标准。

Any suggestions? 有什么建议么?

Are you trying to use the cart upload method or simply create an add to cart button that adds one item to the cart at a time? 您是要使用购物车上传方法还是只是创建一个“添加到购物车”按钮,一次将一个商品添加到购物车? The button manager API's do not suport the cart upload method if you are trying to do this. 如果您尝试这样做,则按钮管理器API不会支持购物车上传方法。 If you are just trying to create an add to cart button can you provide what you are sending over in your API request and what you are getting back? 如果您只是尝试创建“添加到购物车”按钮,能否提供您在API请求中发送的内容以及返回的内容?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM