Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I recently moved to Brazil and started a small subscription based service company. The payment gateway market is under-developed in Brazil, and implementing a local solution is too expensive for me.

My requirements are a payment gateway that will automatically process monthly recurrent billing, and that will allow me to manually charge my customers when needed. They would also have to deal with storage and security.

I'm leaning towards manually processing payments myself as a restaurant would do, for example, using small swipe machines. Unfortunately, this would require me to store credit card information and I would rather not, but I feel it's my only option.

Can anyone give me advice on how to tackle this problem?

  • Do I have other options?
  • If I decide to store credit card information, what should I keep in mind and how should I go about it?

I have moderate skills in programming, and through tenacity I can get most things done. I'm afraid that this might be out of my league, however.

share|improve this question

1 Answer

Have you tried BrasPag? If not, take a look http://www.braspag.com.br/ I'm pretty sure they have what you need.

Regards

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.