Search code examples
javagrailspaypalpayment-gatewaygoogle-checkout

Payment API for Grails


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 Google Checkout - as far as I know these are the most used online payment services. Support for any other services would be a bonus.


Solution

  • It looks like aggregation of payment providers is not commonly done, and there are no Grails libraries for doing this.