cURL
curl --request PUT \ --url https://api.fint.app/api/v1/webhook/:webhookId \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "url": "<string>", "events": [ "payment.created" ], "active": true } '
{ "message": "<string>" }
Actualizar detalles del webhook por ID
1
payment.created
payment.voided
payment.chargeback
contact.status
contact.active
contact.inactive
subscription.created
subscription.updated
subscription.cancelled
Webhook actualizado con éxito por ID