Histórico de mensagens sobre PIX em devs

EXIBINDO CONVERSAS RECENTES:

Texto: PIX
Data: 15/01/2024
Canal: devs
Avatar discord do usuario johnylab

johnylab

Ver Respostas

oi, gente!

Seguindo as instruções da documentação do PIX: https://dev.efipay.com.br/docs/api-pix/credenciais/

Baixei a collection no Postman e configurei tudo. Certificados e variáveis ok. Tentando autenticar ainda. Recebo o seguinte erro:

POST https://pix-h.api.efipay.com.br/oauth/token
Error: socket hang up

Request Headers
Content-Type: application/json
Authorization: Basic ...
User-Agent: PostmanRuntime/7.36.1
Accept: /
Postman-Token: ...
Host: pix-h.api.efipay.com.br
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Request Body
{
"grant_type": "client_credentials"
}

Parece que o Paulo conseguiu resolver, mas não entendi como fez. Alguém pode me ajudar?

grato