> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 异常支付通知

> 每产生一笔异常支付流水，向对应商户发送一次 webhook 通知。

回调体包含 `bizType`、`bizId`、`bizStatus` 与 `data`。

## 概述

本页说明 `webhook unresolvedPayNotify`。完整的参数、响应结构与示例由上方关联的 OpenAPI 或 webhook 定义渲染。

## 说明

* 该页描述的是 GatePay 主动投递的回调载荷，不是商户主动发起的请求。
* 收到回调后请先完成签名校验，再进行幂等处理与业务更新。
* 如需查看按业务场景拆分的回调说明，请结合 Guide 中的通知章节一并阅读。
* 通用签名规则请参见 [/api-reference/version/100/cn/common/securityAndSignature](/api-reference/version/100/cn/common/securityAndSignature)。


## OpenAPI

````yaml api-reference/version/100/cn/openapi/unresolvedPayNotify-openapi.json webhook unresolvedPayNotify
openapi: 3.1.0
info:
  title: Gate Pay 资金流水 API
  version: 1.0.0
  description: |-
    资金流水相关接口与回调。每产生一笔异常支付流水，GatePay 会向商户配置的 callback URL 发送异步通知（webhook）。

    收到通知后须先校验签名再处理业务；`data` 为 JSON 字符串。
servers:
  - url: https://openplatform.gateapi.io
    description: 生产环境
security: []
paths: {}

````