Our website shows a list of items the user can choose. The user can choose several of them and use paypal to checkout. We need to record the order on our own server if the purchase succeed.
I investigated the paypal button solution http://paypal.github.io/JavaScriptButtons/
However it doesn't seem to satisfy our need. I don't have a chance to record the order and order details(what items are in this order). Also it is highly insecure. So any suggestions on the integration approach.
We are using Spring + jsp as the server if this is relevant.
Thanks in advance.
Several PayPal products you can use:
Start with PayPal official developer site: developer.paypal.com and search for these products on it. You'll find what you need.