Manish Mudgal
Manish Mudgal

Reputation: 1186

Java Web Application to have Paypal Integration

I need to integrate paypal in my java web application to receive credit/debit card and paypal account payments.

I want it in such a way that I can manage the shopping cart at my website and then redirect the user to paypal for payment. After the user makes payment, I want to get the payment information back to my site so that I can maintain it in a database.

Upvotes: 5

Views: 2328

Answers (1)

Erick Robertson
Erick Robertson

Reputation: 33068

Yes, you can do this. You will need a valid SSL certificate and you will need to integrate PayPal's libraries. Take a look at the Payflow Pro API at this link. I have worked with this software before - it is their most flexible option.

https://www.x.com/community/ppx/payflow_pro

Here is PayPal's new implementation of this technology:

https://www.paypal.com/webapps/mpp/paypal-payments-pro

Upvotes: 4

Related Questions