Kiểm chữ ký webhook (offline)
monapay_verify_signatureVerify MONA Pay webhook signatures locally by computing and comparing HMAC-SHA256 using raw body, timestamp, and secret. Detect invalid or expired signatures without network calls.
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 |