The webhook configuration data
Delete a webhook
The ID of the webhook to delete
Disable a webhook
The ID of the webhook to disable
Enable a webhook
The ID of the webhook to enable
Get a webhook by its ID
The ID of the webhook to retrieve
List webhooks with optional filtering
Filter parameters
Parse and verify customer update webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify invoice update webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify order update webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify product update webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify stock update webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify a webhook payload with automatic type casting based on the event type
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Parse and verify webhook payload
The raw webhook payload string
The signature from X-Hub-Signature header
The webhook secret
Update an existing webhook
The ID of the webhook to update
The webhook data to update
Kiểm tra xem webhook payload có hợp lệ không và có đúng cấu trúc cho customer.update không
Webhook payload dạng object (đã parse từ JSON)
Kiểm tra cấu trúc của payload xóa (RemoveId)
Webhook payload dạng object (đã parse từ JSON)
Kiểm tra cấu trúc chung của webhook payload (trường hợp update)
Webhook payload dạng object (đã parse từ JSON)
Kiểm tra xem webhook payload có hợp lệ không và có đúng cấu trúc cho order.update không
Webhook payload dạng object (đã parse từ JSON)
Kiểm tra xem webhook payload có hợp lệ không và có đúng cấu trúc cho product.update không
Webhook payload dạng object (đã parse từ JSON)
Verify webhook signature
The raw webhook payload
The signature from X-KiotViet-Signature header
The webhook secret
Create a new webhook