2
My system is generating billet to be paid in the Bank of Brazil. How do I know if that billet was paid?
2
My system is generating billet to be paid in the Bank of Brazil. How do I know if that billet was paid?
4
Man, that’s got a myriad of answers.
Usually banks issue a billet return file, usually. Ret and used where I work a plugin of classes that read these types of files.
https://github.com/manoelcampos/Retorno-BoletoPHP
Another case I went through is that the file given by the bank the company I was making the system did not fit in this plugin, so I had to create a parser for custom text file, created based on this plugin.
And in the latter case, is to let the guy manually lower those billets. I know it’s not exactly profoundly enlightening, but it was the solutions I found.
Browser other questions tagged php api billet
You are not signed in. Login or sign up in order to post.
Thank you. But as far as I could read, to have these return files I need (the site in this case) to have a contract with the bank, only so they would send me the file and I have no contract with the bank. has to have this file without having contract or have that return otherwise ?
– Hector Cardoso
@Hectorcardoso.
– Oralista de Sistemas