view-less controller

I need to supply a link (as a return URL for PayPal), which will run some code & save some data, but there’s no need for any view.

Is there a simple Controller I can extend instead of ApiController, or can I define my controller not to render any views?

Thanks

you can define your controller to not render any views