Author Image

thomas.frankl1n

Mar 15, 2022

Timeout na Integração por Boleto com SDK PHP

integraçãoboletoSDKPHPtimeouterroCurlGerencianet

Bom dia Pessoal, estou tendo problema com a integração por boleto.
Estou usando o SDK.
Alguém pode me ajudar?

Respostas (7):
Avatar discord do usuario matheus_efi

matheus_efi

15/03/2022

Bom dia, <@!712032348014772294>! Qual seria o problema? Falha na hora de emitir boletos?

Avatar discord do usuario thomas.frankl1n

thomas.frankl1n

15/03/2022

Na verdade está dando timeout

Avatar discord do usuario thomas.frankl1n

thomas.frankl1n

15/03/2022

"message": "cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://sandbox.gerencianet.com.br/v1/charge/one-step",

Avatar discord do usuario matheus_efi

matheus_efi

15/03/2022

SDK de PHP?

Avatar discord do usuario thomas.frankl1n

thomas.frankl1n

15/03/2022

Sim

Avatar discord do usuario matheus_efi

matheus_efi

15/03/2022

Tente aumentar o timeout e veja se funciona, tem o atributo "timeout" que pode ser passado como parâmetro, veja: https://github.com/gerencianet/gn-api-sdk-php#getting-started

json
$options = [
'client_id' => 'client_id',
'client_secret' => 'client_secret',
'pix_cert' => '../certs/developmentCertificate.pem',
'sandbox' => true,
'debug' => false,
'timeout' => 30
];

$api = new Gerencianet($options);

Avatar discord do usuario thomas.frankl1n

thomas.frankl1n

15/03/2022

aumentei para 30000 e foi