A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/wallets/webhook-payloads/{id}

获取单条webhook回调记录详情

钱包服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 回调记录ID

Responses

StatusDescriptionSchema
200回调记录详情dto.DataResponse-dto_WebhookPayloadResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证或令牌无效gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
404回调记录不存在gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.DataResponse-dto_WebhookPayloadResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.WebhookPayloadResponse No
message string No
timestamp string No

dto.WebhookPayloadResponse

webhook回调记录

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-04-10T00:00:00Z 创建
event_type string No payment.success 事件类型
gateway string No wechat 支付网关
id string No wh_abc123 记录ID
status string No processed 状态

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No