Java paypal 集成(Website Payments Pro)
我正在开发基于 java、spring web 的项目,我想使用 Website Payments Pro 集成 PayPal。
使用我想要实施的“Website Payments Pro”
直接付款:使您可以直接从您的站点接受借记卡和信用卡。 (不使用 PayPal 帐户)
快速结帐:除了借记卡和信用卡之外,您还可以接受 PayPal 帐户的付款。
上述两种实现有任何工作教程吗?
I am working on java, spring web based project where i want to integrate PayPal using Website Payments Pro.
Using "Website Payments Pro" i want to implement
Direct Payment: enables you to accept both debit and credit cards directly from your sit. (using without pay pal account)
Express Checkout: enables you to accept payments from PayPal accounts in addition to debit and credit cards.
Any work tutorials for above both implementions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在我们的电子商务网站上实施了 Website Payments Pro。所有文档都可以在 PayPal 网站上找到
特别是,请查看集成指南 PDF 帮助您入门。名称-值对 API(使用其 API 的最简单方法)、示例代码和用于测试的沙箱用户指南也很有帮助。
I've implemented Website Payments Pro on our eCommerce site. All of the documentation can be found on PayPal's website here.
In particular, check out the Integration Guide PDF to get you started. Also helpful is Name-Value Pair API (the easiest way to use their API's), the sample code, and the Sandbox User's Guide for testing.