Payment Gateway: Xpay
Xpay is a product from SecureTrading, I’ve used it a number of times on a number of different projects. So far I’ve been very impressed with the API, however there’s a few things about the Java application that I’d change:
- Logging - yes, I like to know what goes on with my servers
- Debugging - yes, strace and grep let me find what I needed to but I shouldn’t have to and don’t want to
- Process ID files
- The ability to start, stop, and restart a daemon like every other service I use on my server
I enabled three out of four requests (even if logging isn’t as verbose as I’d like, it’s a start) with some bash scripts a few months ago. There’s one for Ubuntu servers, and another for RedHat. Now they’re online and open source, if you use Xpay I hope this makes it a little easier.
Tags: Bash, Payment gateway, Projects, RedHat, Ubuntu, Webapps, Xpay