How to generate Banco do Brasil tickets with PHP registration?

Asked

Viewed 2,555 times

4

I have a health plan management system that, among other things, has a sales module where new customers register and the system generates 12 tickets for the one-year contract. These billets are generated using a class called Openboleto. The problem is that this class only generates billets without registration and with the end of this type of billet coming, my client asked to change the way sales are made, and now he has a range of our number that the bank made available for him to generate the billets with registration. The company will send these tickets to her customers monthly. However, I do not know how to generate billet with registration.

I couldn’t find any PHP class or anything like that. Does anyone have a class that generates logs? Can be generated in pdf or direct on the page.
The bank is the Bank of Brazil.

  • There is a class called http://boletophp.com.br/ in it there are billets for several banks, take a look at the documentation, I hope it helps, hugs.

  • To generate a registration ticket you must send files to the bank through EDI. Start your search by EDI collection bank that you will be on the right track. Warning: it is a considerable effort if your system does not have it implemented yet.

  • To complement... This is not a specific class. Your system must generate a file in a specific format (CNAB) and send it to the database. The bank will process the upload and respond with another file in the same format (which will not necessarily be mounted on the same day you send your file). You must then interpret the information in the file returned by the bank to generate the boletos.

  • 5

    I am voting to close this question as out of scope because it is a product order ready, and not programming doubt (could be classified as too broad, including). To suit the site, it would be the case to edit the question and make clear your doubts about the procedure itself. Remember that you can edit the issue at any time, even in case of closure. The goal of colleagues is always to help, and the closing vote is not about punishment or rejection, just a "pause" for adequacy. Colleagues' previous comments may serve as a starting point.

  • 2

    In addition, just a query to the account manager, who forwards all the bank’s documentation (or query the bank’s own website). Febraban’s website is also a good reference to CNAB.de shipping standards. Note that there are some initiatives to create Apis for this, but no consensus has yet been reached.

No answers

Browser other questions tagged

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