Java Web Application for Paypal Integration

I need to integrate paypal into my java web application to receive credit / debit cards and payments in PayPal.

I want so that I can manage the shopping cart on my website and then redirect the user to paypal for payment. After the user made the payment, I want to return the payment information to my site so that I can maintain it in the database.

+5
source share
1 answer

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

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

PayPal:

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

+4

All Articles