How to make a payment system via ticket?

4

I am developing an online store and I have several doubts, but the main one is:

  

How to make a payment system via ticket?

It's nothing more than a system that generates a valid ticket, such as the eBay system.

Does anyone know how to generate the valid bank ticket?

NOTE: There is no code yet to make the payment.

    
asked by anonymous 20.01.2016 / 19:28

1 answer

3

Daniel, with the opensource project boletophp you can generate boletos from almost all banks, if I do not mistake the project is more for tickets without registration, but with some modifications you can generate registered tickets too, with the tickets registered you can even protest the person if they do not pay.

But to know if the ticket was actually paid would require some communication with the bank, something not all banks provide. If you use a payment gateway this is possible, here are some payment gateways that support ticket and inform you when it was paid through an API:

link

link

link

link

    
20.01.2016 / 19:57