Configurar o Webhook Pix.
PUT
/webhook/{chave}
Webhook
Somente Pix associados a um txid serão notificados.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://infopago.apidog.io//webhook/' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookUrl": "https://pix.example.com/api/webhook/"
}'
Response Response Example
200 - Exemplo de retorno da requisição 1
{
"webhookUrl": "https://pix.example.com/api/webhook/",
"chave": "7d9f0335-8dcc-4054-9bf9-0dbd61d36906",
"criacao": "2020-09-09T20:15:00.358Z"
}
Requisição
Parâmetros Path
chave
string
requerido
Parâmetros Bodyapplication/json