简体   繁体   中英

Recurring Payments Library - Java or Groovy

We use Exact Payment Technology at work for processing payments (our current setup uses their Hosted Payment solution). I've been tasked with adding the ability to do recurring payments. Exact Payment handles this by returning a token from the hosted payment page that you can then later send to process a future payment. However, the recurring part is all up to us to code. Before I create something from scratch I was wondering if there's anything out there already, ideally in Java or Groovy. It would have to allow scheduling of payments (possibly by adding a database entry that it then reads, or some other way), processing the payments (via some way that is adaptable to various payment processors), and logging all events so accounting can keep things reconciled.

See related question: Is there an open-source solution that allows me to create subscription based payments using Stripe?

There are at least two open-source recurring engines that I know of: JBilling and Kill Bill .

I don't think Exact Payment Technology is integrated with any of them but it's just a matter of writing a small connector to the gateway (ie a Java interface to implement).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM