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.
source
share