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

# 换汇状态

> 当换汇创建、取消、资金到账或完成时发送。

## 事件类型

| 事件类型                        | 描述            |
| --------------------------- | ------------- |
| `conversion.funds.awaiting` | 换汇已创建，等待资金到账。 |
| `conversion.funds.arrived`  | 换汇的资金已到账。     |
| `conversion.trade.failed`   | 换汇交易失败。       |
| `conversion.trade.settled`  | 换汇交易结算成功。     |


## OpenAPI

````yaml webhooks-banking.yaml webhook conversionStatus
openapi: 3.1.0
info:
  title: Banking Webhooks
  version: 1.6.0
  description: |
    Webhook events for the Global Account product. UQPAY sends these events to
    your registered webhook endpoint as HTTP POST requests with a JSON body.

    All events share a common envelope (`event_id`, `event_name`, `event_type`,
    `source_id`, `version`) and carry event-specific data in the `data` field.
servers: []
security: []
paths: {}

````