Doubt in Bradesco bank boleto Generation via PHP

1

I have doubts about the generation of boleto bancário Bradesco via PHP. I am using the boletophp project codes. My question is more conceptual than technical.

Is the Document No. field a field for internal control of the generated tickets, or do I have to follow some rules?

What is the Our Number field? Does this field change with each boleto generated, or is it a fixed number as an agency and account?

It's the first time I've been working on ticket generation.

    
asked by anonymous 19.01.2015 / 16:21

1 answer

1

The "Our Number" field is mainly for your internal control. You can use a number that is incremented with each ticket generated or the ID of an order in your system, for example.

This number appears on the bank invoice and it is through it that you identify which ticket was paid.

In this case of the Bradesco ticket in boletophp , the "Document number" field has the same value as "Our number".

    
19.01.2015 / 16:40