API CEF or ITAÚ [closed]

6

Can anyone tell me what is the WebService / API of the Federal Savings Bank to send bank records generated on the site to register?

They are demanding registration. But to register tickets generated on-line you will need a API or webservice that receives this debit.

Does anyone know how to tell me?

Also works for Itaú !

Any of the 2 will answer.

I searched hard and did not think!

Maybe register the ticket either in an API / WEBSERVICE FROM FEBRABAN . Is it?

    
asked by anonymous 06.01.2017 / 16:27

1 answer

3

This is usually done through the CNAB240 / CNAB400 file exchange (Shipping and Return). Registration is done directly at the Bank. For example, if you issue a ticket by the box, you send the Shipping file to the Cashier. (The bank itself guides you how to do it)

You will need to generate batch files and read the return files. They are txt's files and for this, usually some component is used that you advance this service. Ex: BoletoNet (for .Net) or CnabPHP (for PHP)

Here are some references I use:

BOX

ITAÚ

VAN'S

Vans are another way that can give you a lot of agility in this information exchange and have their own APIs. But it also depends on contract and also charge for the service.

    
23.03.2017 / 19:19