Kiểm chữ ký webhook (offline)
monapay_verify_signatureVerify MONA Pay webhook signatures locally by computing HMAC-SHA256 from the raw body, timestamp, and shared secret, confirming authenticity without any network request.
Instructions
Tính và so chữ ký HMAC-SHA256 của một webhook MONA Pay từ raw body + timestamp + secret, không gọi mạng. / Verify a webhook signature locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | ||
| raw_body | Yes | ||
| signature | Yes | ||
| timestamp | Yes | ||
| tolerance_sec | No | ||
| skip_time_check | No |