As I'm currently integrating a paypal layer in my spring based server (that should be usable by multiple clients asking me to implement their webstore):
And as there's surprisingly very few info to find on the Spring/Paypal topic, I could only find this article: http://blog.mushiengine.com/2010/08/25/paypal-adaptive-api-and-spring-3-rest-template-%E2%80%94-part-2/
I was wondering if there are perhaps some guidelines or best practices concerning the topic?
Any comments on the topic more than welcome!
Jochen
Click the settings icon at the top of your PayPal account page and then click Account Settings. On the Notifications page, click the Update link for the Instant payment notifications item. Click Choose IPN Settings to specify your listener's URL and activate the listener.
IPN sandbox testingEnables you to test your entire flow including the user login, payment process, IPN message verification, and your back-end processing. You want to test without making real credit card payments in the live environment.
IPN listener request-response flowYour listener listens for the HTTPS POST IPN messages that PayPal sends with each event. After receiving the IPN message from PayPal, your listener returns an empty HTTP 200 response to PayPal. Otherwise, PayPal resends the IPN message.
Since you are having problems finding information that's Java-specific you can look into Grail's PayPal plugin (http://www.grails.org/plugin/paypal-pro) for some reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With