Ticket Generation [closed]

2

Hello,

I need to generate tickets in an application. I've never worked with ticket generation. Could someone explain to me where to start, what are the first steps, the path of the stones?

I did a search and saw that there is a Boleto .Net component that seems to be used a lot and also has CopperBem, which by what I think is paid for.

I would like to sample and document one of them, as well as understand the terms used within the documentation and how to obtain account information.

Thank you.

    
asked by anonymous 30.10.2015 / 14:28

1 answer

4

The Way of Stones

Here is a sample project . Just download the zip or clone the repository and test. There is not much secret.

To install in your project, use the NuGet package .

Here is a step-by-step example of how to do . I do not particularly think that this implementation is 100%, but it's a good start.

Banks usually give out manuals and information on how to implement them. Or you can search the bank that will use this list . Information regarding account, portfolio, contract and the like is provided by the account manager. Usually the account has to be legal. I never saw a ticket generation for the individual.

About the "Our Number" field is a field that you can use to identify a purchase on your system, so it is a field that you define.

Roughly, that's what you need to get started. In addition, I think it's worth asking more specific questions.

    
30.10.2015 / 14:44