使用 Java 将 Paypal 集成到 Web 应用程序中
我想将 paypal 集成到我的网络应用程序中。我正在使用 RESTEasy API 来处理宁静的请求。我想知道如何将 paypal 集成到我的应用程序中。我已经从他们的网站下载了 paypal java sdk,但现在我没有好的应用程序可以帮助我将 paypal 集成到我的应用程序中。任何人都可以建议任何网站,显示在网站中逐步集成贝宝或简单易懂吗?
I want to integrate paypal in my web application. I am using RESTEasy API for restful requests. I want to know that how to integrate paypal in my application. I have dowonloaded paypal java sdk from their web site but right now I have no good applicaion which will help me to integrate paypal in my app. Can anybody suggest any site which shows step by step inegration of paypal in website or simple to understand ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Paypal 提供了一些示例< /a> 甚至是一个向导为您生成一些代码。在前面的链接离线后,从这个小教程开始: https://developer.paypal.com/docs/checkout/integrate/#
Paypal offers a few examples and even a wizard that generates you some code.After the previous links gone offline start with this small tutorial: https://developer.paypal.com/docs/checkout/integrate/#
我们必须按照以下步骤在 java web 应用程序中配置 paypal。这里我展示了 Paypal 到 Paypal 和信用卡到 Paypal 付款的配置。
1.创建一个沙盒账户。
2.创建Web应用程序。
3.将以下struts2操作与您的代码集成。如果您想与任何其他操作一起使用,则只需采用方法并直接使用即可。
这对我来说效果很好。希望它对那些想要通过 PayPal 配置付款的人有所帮助。
We have to follow the below step for configuring paypal in java web application.Here i have shown the configuration for Paypal to Paypal and CreditCard to Paypal payment.
1.create one sandbox account.
2.create web application.
3.Integrate the following struts2 action with your code.If you want to use with any other then just take methods and use directly.
This is working fine for me.Hope it will help to those who want to configure payment through paypal.