简体   繁体   中英

Paypal integration with java

i want to know how to integrate paypal payment gateway with java. I need steps or sample code

There's a complete Java SDK for the Classic API's as well as the new REST API's at http://paypal.github.io/

Additionally, "paypal payment gateway" doesn't exist.
PayPal is the company, and Website Payments Standard, Express Checkout, Website Payments Pro, Adaptive Payments, Express Checkout for Digital Goods, Payflow Link and Payflow Pro are their products.
Which product are you trying to use?

We can do paypal transaction with many way's.Here is the sample example of Express Checkout.

Express Checkout Paypal

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. link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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