简要描述:

  • 终端交易汇总查询
  • 接口类型:
  • 涉及终端类型:POS机、码盒
  • 类型:辅助类

测试环境地址

http://47.95.131.62:8080/api/v1/trade/terminal/queryCount

1.1.2. 请求参数

参数 参数名称 类型 参数说明 可空 样例
accessid 接入机构标识 String 接入SaaS平台的机构标识 M
pn SAAS终端号 String M
merch_no 商户编号 String 83300211135121 M
date 查询日期 String yyyy-MM-DD M 2020-04-26
sign 参数签名值(16进制串) String 除sign参数以外的其它参数,用接入机构的accesskey进行MD5签名。签名方式见haipay在线文档—附录—sign签名值说明 M

1.1.3. 返回参数

参数 参数名称 类型 参数说明 可空 样例
return_code 错误码 String M 10000成功;其他均为失败
forword_amount 本机消费金额 String M 0.01
forword_count 本机消费笔数 String M 2
reve_amount 本机退款金额 String M -0.01
reve_count 本机退款笔数 String M 2
receipt_amount 本机实收金额 String M 0.00
cashier_forword_amount 款台消费金额 String M 0.01
cashier_forword_count 款台消费笔数 String M 2
cashier_reve_amount 款台退款金额 String M -0.01
cashier_reve_count 款台退款笔数 String M 2
cashier_receipt_amount 款台实收金额 String M 0.00
date 日期 String yyyy-MM-DD M 2020-04-26
return_msg 错误信息 String M 签名校验失败
sign 签名(16进制串) M
文档更新时间: 2025-01-02 13:09   作者:admin