if(isset($_POST['notification'])) {
echo "teste";
$token = $_POST["notification"];
$params = ['token' => $token];
try {
$api = new Gerencianet($options);
$chargeNotification = $api->getNotification($params, []);
echo "teste";
$token = $_POST["notification"];
$params = ['token' => $token];
try {
$api = new Gerencianet($options);
$chargeNotification = $api->getNotification($params, []);