Author Image

matheuzin6375

Feb 21, 2024

Erro ao Configurar Webhook da API PIX

APIintegraçãopagamentoprogramaçãodesenvolvimentodesenvolvedoresAutenticação

Boa tarde.

codigo:

def configure_webhook():
url = "https://api-pix.gerencianet.com.br/v2/webhook/chave"
headers = {
"x-skip-mtls-checking": "true",
}

body = {
"webhookUrl": "https://ac7-1bd37c9a12e8.herokuapp.com/show/webhook?hmac={HASH_SECRET_KEY}&ignorar=",
"chave": "6831e783-a812-45c7-a98f-962745a78ad4"
}

response = requests.put(url, headers=headers, data=body)

return response

response = configure_webhook()

erro:

requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'Foi forçado o cancelamento de uma conexão existente pelo host remoto', None, 10054, None))

alguém consegue me explicar?

Respostas (1):
Avatar discord do usuario igor_efi

igor_efi

21/02/2024

Boa tarde, @matheuzin6375! Tudo bem?
Você realizou a autenticação antes na API?