Ranjith
Ranjith

Reputation: 85

Paypal integration with java

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

Upvotes: 2

Views: 11580

Answers (3)

Ravi Kant
Ravi Kant

Reputation: 4995

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

Express Checkout Paypal

Upvotes: 0

Robert
Robert

Reputation: 19356

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?

Upvotes: 5

gmhk
gmhk

Reputation: 15940

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

Upvotes: 0

Related Questions