Integration with Asaas boleto API

Asked

Viewed 911 times

0

Someone around here has already made integration with the Asaas billet system follows the link in case someone wants to take a look there

https://asaasv3.docs.apiary.io

I was kind of wondering if the client paid for the id of charging this via PHP and JSON if anyone can help me pass a path I did not understand anything the Documentation

has also on Github

https://github.com/softr/asaas-php-sdk

only 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.

1 answer

-1


I recommend taking the course available at https://www.youtube.com/watch?v=_n57YVUVT2A&list=Plvsnl1phdwvsrvzxykxbc5cpm4su7-c2T. It lasts 40 minutes in total and you’ll come out understanding once and for all.

As for getting information about the status of the charge, it is possible through the API by the 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: https://asaasv3.docs.apiary.io/#Reference/0/cobrancas/recuperar-uma-unica-cobranca

Browser other questions tagged

You are not signed in. Login or sign up in order to post.