Are there any payment APIs for Grails? I\'m looking for something that will abstract receiving of payments for my website.
Primarily, I\'m looking to hit Paypal and Goo
A wonderful feature about Groovy is that you can plug in your Java classes and they'll work out of the box. Grails also gives you the option of integrating with plain Spring beans (to put it lightly), so you can write important code in Java. There are, of course, payment gateways in Java.
My company uses Paypal and Beanstream as payment gateways, and it seems to work at the moment....