I need to integrate paypal subscription in our grails application.
I have created the subscription button in sandbox. I have created a controller action and provided the corresponding url in the button ipn.
The payments are happening successfully and also emails notifications are being sent. But the action is not getting called by the ipn.
Is it that the ipn url cannot be a controller action.