Crear webhook
Crea una URL de notificacion para eventos de transacciones.
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
Body
Datos del webhook a crear.
URL HTTPS del partner donde YP enviara notificaciones.
"https://partner.example.com/webhooks/yp"
Eventos suscritos.
Descripcion interna del webhook.
255"Webhook principal"
API key opcional asociada al webhook.
"partner-secret"
Estado del webhook.
ACTIVE, INACTIVE, SUSPENDED "ACTIVE"
Response
Webhook creado 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"