How to make a payment system via boleto?

Asked

Viewed 2,818 times

5

I’m developing an online store and I’m having a lot of questions, but the main one is:

How to make a payment system via boleto?

It is nothing more than a system that generates a valid ticket, as the Mercadolivre system.

Does anyone know how to generate the ticket valid?

NOTE: There is nothing yet code to make the payment.

  • Usually against the service of a payment gateway or directly with banks. Then you will have access to a webservice (API) where you will make transactions such as requesting payment, issuing an invoice, etc.

  • 1

    Have a look at http://boletophp.com.br/

  • Remembering that now any billet has to be registered

  • @Jefersonassis have any concrete information about this? I’m having no problem receiving my tickets without registration.

  • Daniel, take the implementation manual of the bank that you have an account, that has everything there.

  • Febraban decided to end the billets without registration, have a certain date to end the receipt of billet without registration, I think beginning 2017 (I do not remember now), give a google search that you will find several news regarding this

  • 2

    @Jefersonassis is that the way you spoke, gave the impression of having already stopped. This thing of the record will give too much cloth to sleeve yet. Following are the dates: June 2015 End of the collection offer without records for new customers (until this date can still be contracted), August 2015 Start of the operation of the benefits centralizer base, December 2016 End of migration of collection portfolios without registration to the registered mode, January 2017 Start of operation of the centralized securities base. Note: the unregistered continues to be accepted later, but only at the issuing bank.

  • 2

    It remains to be seen whether banks will create shame and provide less curled Apis for communication. Batch file without standard API is too archaic.

  • They will "decrease" the acceptance of no registration and increase the fee charged without registration gradually, at least in Bradesco, here at work the staff is implementing the form of billet with registration, before it was only without, and if it is issued a billet and paid without registration the fee will be $ 10,00 this over time will increase, I advise to contact the bank that will be issued to have no surprise after it is all implemented, unfortunately it is the lobby of the banks to earn even more money

  • @Jefersonassis has one thing I like about it: if you charge for billet, these companies that issue billet unsolicited mail type will spend a note. Pirapora Commercial Association of the Foot of the Judas, Aquatic Club of the Wet Mercy, and the notorious point records of life will have to spend more.

  • I’m reopening this question based on this meta topic: Community views on a closed question, because it seems to me a similar situation.

Show 6 more comments

1 answer

3


Daniel, with the opensource project boletophp you can generate billets from almost every bank, if I’m not mistaken in the project is more for billets without registration, but with some modifications you can generate billets registered too, with the billets registered you can even protest the person if she does not pay.

But to know if the ticket was actually paid for would need some communication with the bank, which not all banks provide. If you use a payment gateway this is possible, follow some payment gateways that support boleto and inform you when it was paid through an API:

https://www.adyen.com/br

http://www.braspag.com.br/

https://pagseguro.uol.com.br/

https://www.paypal.com/br

Browser other questions tagged

You are not signed in. Login or sign up in order to post.