Payment in installments with ticket via PagSeguro [closed]

4

I developed a site where there is a course for sale at a specific value. This course is available for payment with PagSeguro , for those who pay on the card is quiet, but would have some way to make installments in the ticket?

So far, I have only inserted a donation button, where the person who will buy the course adds the amount according to the possibility that can be paid. The course will be only end of the year, so you can pay in parts using this feature.

To make it even easier, just via ticket. Does anyone know a better way (via ticket or not) of making installments in PagSeguro without being on the card?

    
asked by anonymous 15.02.2014 / 14:27

2 answers

6

I believe you have to configure your system to generate a monthly ticket and send it to the buyer, since the does not install in bulk.

  

I can split the payment of a purchase through Ticket   Banking?

  

No. Pagseguro offers the option of   installment only for payment via credit card.   credit.

You can also generate multiple one-time tickets with future due dates, thus making the "payment card" with tickets generated by .

I do not know if this meets your need, but I think it's the most viable alternative.

    
15.02.2014 / 15:18
3

PagSeguro does not install in the ticket. What you can do is to use the PHP Boleto ( link ) and generate a ticket for each parcel. This library is simple to use.

    
16.02.2014 / 02:31