Comunidade
Configurar webhook PIX - Erro
about 18 hours ago by Fabio
Estou usando a documentacao
https://documenter.getpostman.com/view/10863174/TVetc6HV#7d43b29e-793e-4513-b7b2-8c0e248b560f
Porem quando do um PUT no Configurar webhook PIX
Queria saber se a chave seria minha cheve PIX mesmo???
E como faço para fazer essa autenautenticação seria o Token do https://portaldev.pagbank.com.br/ ???
curl --location -g --request PUT 'https://secure.sandbox.api.pagseguro.com/instant-payments/webhook/{{chave}}'
--header 'Authorization: Bearer {{token}}'
--header 'Content-Type: application/json'
--data '{
"webhookUrl": "https://pix.example.com/api/webhook/"
}'