Hey guys,
I have some points about pagseguro gateway:
1) Good: It's one of the easiest to implement in Rails because they provide ruby gem for it.
2) Good: We don't need to keep users payment data in our system.
3) Good: It does not required the site to have a secure connection (SSL). The users are redirect to the pagseguro domain during the payment step (Pageseguro domain has a secure connection during the payment).
4) Good: There is a lot of payment options including "boleto"
4) Bad: It's not integrated with our site because the users are redirected to other domain to finish the donation payment.
5) Bad: The users need to create an account in the pagseguro to finish the payment. This can make users to give up to donate.
6) Bad: Pagseguro does not provide recurring payment option.
2) Good: I was told that the taxes are less expensive than pagseguro
3) Good: We can implement the payment in a transparent way. We'll be able to implement the payment system in the site ithout the need to redirect to another domain
4) Good: The user won't need to create an account before donation. I think this will make the process much faster and the donation rate can be increased.
5) Good: They provide recurring payment
6) Bad: Our site needs to have a SSL connection.
7) Bad: They provide a webservice. I don't think we have a gem for it.
Regards,
Fabio Maia.