Integration with Asaas API ticket

0

Someone here has already made integration with the ticket system of Asaas follow the link if anyone wants to take a look there

  

link

I would like to know if the customer paid for the id of the charge this via PHP and JSON if someone can help me pass a path I did not understand the Documentation

There's also in GitHub

  

link

But I never understand this business of composer ai ta harder still wanted to get the URL form data easier if someone help me thank you very much.

    
asked by anonymous 05.03.2018 / 05:55

1 answer

0

I recommend doing the composer course available at link . It lasts for 40 minutes in total and you will come out understanding once and for all.

As for getting billing status information, you can through the API function:

// Retorna os dados da cobrança de acordo com o Id
$cobranca = $asaas->payment()->getById(123);

The documentation regarding the doubt and the command line above can be found here: link

    
05.03.2018 / 16:56