Java WebApp - Integrate a Payment method system

Posted by spike07 on Stack Overflow See other posts from Stack Overflow or by spike07
Published on 2010-03-15T09:05:56Z Indexed on 2010/03/15 9:09 UTC
Read the original article Hit count: 289

Filed under:
|
|

I've a java webApp where people can sell their items like in ebay.
I need to integrate a payment system and I'm wondering what's the best (from a customer point of view) and easiest to integrate in my app.

I was thinking to integrate paypal and require all the sellers to have an account on it.
Maybe Google Checkout can be a good option as well, but I don't know if it's used a lot.
I think I'll redirect the user to Paypal and then remove the item once I receive the confirmation from paypal that the item has been payed.

Would you suggest another easier to integrate/more trusted solution? Thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about payment