Actualizar webhook
Actualiza parcialmente la configuracion de un webhook.
Documentation Index
Fetch the complete documentation index at: https://docs.mesadepagos.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT obtenido desde /v2/auth/login
Path Parameters
Identificador UUID del webhook.
"550e8400-e29b-41d4-a716-446655440000"
Body
Campos del webhook a actualizar.
Nueva URL HTTPS del partner.
"https://partner.example.com/webhooks/yp-v2"
Descripcion interna del webhook.
255"Webhook actualizado"
API key opcional asociada al webhook.
"partner-secret"
Estado del webhook.
ACTIVE, INACTIVE, SUSPENDED "ACTIVE"
Eventos suscritos.
Response
Webhook actualizado exitosamente.
Identificador unico del webhook.
"550e8400-e29b-41d4-a716-446655440000"
URL configurada para recibir notificaciones.
"https://partner.example.com/webhooks/yp"
Eventos configurados.
pending_transaction, processing_transaction, completed_transaction, reject_transaction, failed_transaction, expired_transaction [
"completed_transaction",
"failed_transaction"
]API key asociada al webhook, si existe.
null
Descripcion del webhook.
"Webhook principal"