---
title: "Airwallex Callback"
method: POST
path: "/airwallex/callback"
tags: ["Pay"]
---

# Airwallex Callback

`POST /airwallex/callback`

响应契约：ListPage。

路由声明为 any，文档统一按 POST 展示。 无需登录。 无需请求签名。 返回明文响应。

路由声明：服务端允许任意 HTTP 方法访问，文档以 POST 形式展示。

认证要求：无需登录。

签名要求：无需请求签名。

响应处理：返回明文响应。

## Headers

- `lang` string — 语言代码，例如 en、zh、es。
- `device_number` string — 设备唯一标识。
- `app_version` string — 客户端版本号。

## Request body

- object
  - `lang` string
  - `order_id` string
  - `checkout_id` string
  - `intent_id` string
  - `id` string
  - `type` string

## Response `200`

请求成功

- object
  - `code` integer, required
  - `msg` string, required
  - `data` ListPage, required
    - `paging` object — 分页信息。
      - `page_no` integer, required — 当前页码，从 1 开始。
      - `page_size` integer, required — 接口实际采用的每页条数。
      - `total` integer, required — 满足当前接口查询条件的记录总数，不是总页数。
    - `list` object[]
  - `info` object, required
  - `is_encrypt` 0 | 1, required
  - `request_id` string, required
  - `response_time` integer, required
  - `original_data` object

## Other responses

- `400` — 请求失败

---

[API](https://skmtc.dev/flextv/apis/flextv-api.md) · [All operations](https://skmtc.dev/flextv/apis/flextv-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flextv/flextv-api/revisions/84f55eb57fd0/schema)
