发送已签名的测试 Webhook

向任意 URL 发送已签名的 Webhook 以用于测试目的。仅在 dev/sandbox 中可用。 在请求体中直接传入 target_url 以及 Webhook 的 payload。 系统使用与真实 Webhook 相同的 ECDSA 机制对 payload 进行签名, 并通过 X-Webhook-Signature header 将其 POST 到目标 URL。 在生产环境中返回 404。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uri
required

Webhook 将发送到的 URL

string
required

Webhook 事件类型(例如 payment.status_change、refund.status_change)

payload
object
required

要发送的 Webhook 正文(任意 JSON 对象)

Responses

400

缺少必填字段

404

测试端点已禁用(生产模式)

502

目标 URL 不可达或返回错误

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json