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 datab开发者_JAVA百科ase.
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
精彩评论