统一支付平台接口文档
  1. 对账数据接口标准
统一支付平台接口文档
  • 支付接口
    • 统一下单接口
      POST
    • 窗口条码付支付接口
      POST
    • 二维码扫码支付接口
      POST
    • 获取支付宝医保支付户付款码
      POST
  • 功能接口
    • 支付查询接口
      POST
    • 退费查询接口
      POST
    • 退费接口
      POST
    • 撤销接口
      POST
    • 账单下载接口
      POST
    • 获取支付平台appid
      POST
  • 医保一码付
    • 签约查询接口
      POST
    • 一码付支付
      POST
  • 签名
  • 支付流程
  • 对账试图标准
  • 对账数据接口标准
    • 账单数据下载接口
      POST
  1. 对账数据接口标准

账单数据下载接口

开发中
POST
业务方提供接口调用地址(POST请求)
提供支付平台账单,返回参数可根据实际情况添加

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com业务方提供接口调用地址(POST请求)?startDate=20250929&endDate=20251001'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "200",
    "msg": "成功",
    "data": {
        "billList": [
            {
                "tradeDate": "2025-09-20 10:10:20",
                "orderNo": "MH1080027230417999009",
                "tradeNo": "4200001822202304171216077454",
                "tradeFee": "10.50",
                "tradeType": 1,
                "orderType": 2,
                "channelType": 2,
                "tradeSeq": "MH1080027230417999009R0",
                "patientName": "徐兴磊",
                "patientPhone": "13899990000"
            }
        ]
    }
}
修改于 2025-10-01 01:11:56
上一页
对账试图标准
Built with