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

账单下载接口

开发中
POST
/payment/downloadChannelBills
提供支付平台账单,返回参数可根据实际情况添加

请求参数

Query 参数
channelType
string 
可选
0 全部 1支付宝 2 微信 .....
示例值:
0
billDate
string 
账单日期
可选
示例值:
20230303
pageNo
string 
可选
示例值:
1
pageSize
string 
可选
示例值:
100

示例代码

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/payment/downloadChannelBills?channelType=0&billDate=20230303&pageNo=1&pageSize=100'

返回响应

🟢200成功
application/json
Body
msgCode
string 
接口code
必需
msg
string 
描述
必需
charset
string 
固定值
必需
signType
string 
必需
sign
string 
签名
必需
data
object 
数据集合
必需
channelType
integer 
必需
pageInfo
object 
必需
billList
array [object {11}] 
订单列表
必需
示例
{
    "msgCode": "0",
    "msg": null,
    "charset": null,
    "signType": null,
    "sign": null,
    "data": {
        "channelType": 0,
        "pageInfo": {
            "pageNo": 1,
            "pageSize": 10000,
            "total": null
        },
        "billList": [
            {
                "id": null,
                "userName": "kmyd80027",
                "orderNo": "MH1080027230417999009",
                "outTradeNo": null,
                "orderType": 2,
                "payWayType": 35,
                "amount": null,
                "billStatus": null,
                "outTime": null,
                "reqCount": 0,
                "generateTime": null,
                "version": null,
                "enable": null,
                "createBy": null,
                "createDate": null,
                "updateBy": null,
                "updateDate": null,
                "orderTradeId": null,
                "orderId": null,
                "tradeSeq": "MH1080027230417999009R0",
                "tradeType": 1,
                "tradeFee": "10.50",
                "tradeStatus": 2,
                "tradeTime": null,
                "checkStatus": null,
                "checkTime": null,
                "tradeDesc": "挂号订单 就诊卡号:1239419491",
                "notifyTime": null,
                "notifyResult": 0,
                "notifyDesc": null,
                "tradeNo": "4200001822202304171216077454",
                "settleDate": 1681745119000,
                "isHisReq": null,
                "retryTimes": null,
                "tryTime": null,
                "pushStatus": 0,
                "pushTimes": null,
                "tradeVersion": null,
                "tradeEnable": null,
                "tradeCreateBy": null,
                "tradeCreateDate": 1681744990000,
                "tradeUpdateBy": null,
                "tradeUpdateDate": null,
                "payWay": null,
                "merName": "昆明医",
                "patientName": "徐兴磊",
                "markNo": "1239419491",
                "caseNo": null,
                "refundPayTime": null,
                "clinicCode": "1266371592",
                "inpatientCode": null,
                "inpatientNo": null,
                "outRefundNo": null
            }
        ]
    }
}
修改于 2023-06-05 06:16:28
上一页
撤销接口
下一页
获取支付平台appid
Built with