Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 592
Armand Avatar asked Jun 02 '10 12:06

Armand


2 Answers

There's a PayPal plugin

http://grails.org/Paypal+Plugin

Not used it myself though...

like image 52
tim_yates Avatar answered Nov 10 '22 14:11

tim_yates


Grails Stripe Plugin might be worth a look. It doesn't deal with PayPal and Google Checkout, but allows direct credit card payments.

like image 24
Armand Avatar answered Nov 10 '22 15:11

Armand