USEEPAY
  1. 拒付接口
USEEPAY
  • 全球收单
    • 域名说明
    • 集成流程说明
    • 生产账户启用
    • UseePay出口IP说明
    • 签名指导
      • 签名
      • 验签
      • demo
    • 沙盒测试资源
      • 测试卡号
      • 信用卡测试案例
      • 退款测试案例
      • 本地化测试案例
      • ApplePay&& Google Pay测试用例
    • 跳转式收银台接口
      • 跳转收银台paymentMethod参数说明
      • 支付/预授权
    • 内嵌式收银台接口
      • 0.0.1-只支持信用卡
        • 内嵌收银台快捷支付
        • 内嵌收银台新版本更新说明
        • 内嵌收银台对接说明
      • 新版-支持信用卡+AP+GP
        • 内嵌收银台2.0.0版本说明
      • create token 创建JSSDK所需的token
    • 订单通用接口
      • 退款Refund
      • 查询Query
      • 预授权撤销(Void)
      • 预授权完成(Capture)
    • 本地化支付
      • 本地化汇总
      • 本地化接口
        • 便利店支付
          • konbini
            • konbini 收银台模式
            • konbini api模式
          • payeasy
            • payeasy api 模式
            • payeasy 收银台模式
        • 分期付款Pay Later
          • Klarna产品介绍
          • Klarna direct
          • Klarna Redirect
        • 电子钱包
          • Alipay
            • Alipay Direct 文档
            • alipay_cn/alipay_hk direct 文档
          • Wechat-HK
            • 扫码支付
              • 扫码支付
              • direct
                • 扫码支付 Server To Server模式
              • redirect
                • 扫码支付收银台模式(wechat_native)
            • Jsapi支付下单接口
              • 小程序支付
              • 微信公众号支付
              • Jsapi支付下单接口
            • H5支付
              • H5支付
          • Google Pay
            • GoogePay Test card
            • Google Pay 对接可能遇到的问题
            • redirect
              • 跳转式GooglePay收银台
            • api
              • Google Pay API对接
              • Googlepay API 支付
          • applepay
            • ApplePay 扩展
            • ApplePay API
              • ApplePay API接入流程
              • ApplePay API接入流程备份
              • ApplePay Merchant Identifier
              • ApplePay支付
              • ApplePay商户Session
            • applepay cashier
              • applepay 跳转收银台
          • applepay&googlepay内嵌
            • 1.0.0 内嵌方式对接 (建议使用“内嵌方式对接2.0.0”版本)
            • 内嵌方式对接2.0.0
        • 银行转账
          • pix
          • Giropay
            • Giropay_Redirect
            • Giropay_Direct
          • sofort
            • sofort_Redirect
            • sofort_Direct
          • bancontact
            • bancontact_Redirect
          • Ideal
            • Ideal_Redirect
            • Ideal_Direct
          • boleto
            • boleto_Direct
        • 本地化Card
        • Cash(Ticket)现金支付
          • oxxo
          • boleto
          • Cash Common
      • 支付方式(国家/地区)
        • 荷兰
        • 巴西
        • 墨西哥
        • 中国香港
        • 日本
        • 德国
        • 奥地利
        • 西班牙
        • 波兰
        • 意大利
        • 哥伦比亚
        • 比利时
        • 瑞士
    • 通用对象参数和规范说明
      • 参数对象说明(过期)
      • 业务结果码(ResultCode)
      • 错误码(ErrorCode)
      • 金额和货币单位
      • 国家信息参考
      • 对象模型
        • userInfo
        • shippingAddress
        • goodsInfo
        • billingAddress
        • deviceInfo
        • transactionInfo
    • 通知接口说明
      • 交易通知
        • 同步通知
        • 异步 webhook版本升级
        • webhook
      • 拒付
        • 拒付webhook
    • 物流接口
      • 物流信息上送
        • 物流信息上传2.1
        • 物流信息上传(已废弃)
      • 物流信息查询
        • 物流信息查询2.1
        • 物流信息查询(已废弃)
    • 拒付接口
      • 拒付流程说明
      • 拒付查询
        POST
    • SFTP
      • SFTP
    • 常见问题
      • 支付和预授权的区别
    • demo
    • 插件安装指导
      • magento插件支付安装
        • Wechat/Alipay/UseePay Payments
    • 订阅
      • 订阅文档
  • 产品说明
    • 收银台
    • 内嵌式收银台
    • Server To Server 直连
  • FAQ
    • 集成和认证
    • 常见问题解答
    • ueeshop配置常见错误
    • ApplePay常见问题
  1. 拒付接口

拒付查询

全球收单-SandBox环境
https://pay-gateway1.uat.useepay.com
全球收单-SandBox环境
https://pay-gateway1.uat.useepay.com
POST
/chargeback

接口说明#

本接口为查询拒付接口。每页返回100条数据

返回响应字段说明#

1.transactionType 交易类型;
值描述
01调单
02拒付
2.transactionStatus 订单状态;
值描述
01待处理
02处理中
03申诉成功
04申诉失败
05已撤销
06已过期
3.latestTransType 最新交易类型;
值描述
01retrieval_request
021st_chargeback
032nd_chargeback
041st_chargeback_reversal
05representment_reversal
06representment
07pre_arbitration
08arbitration

Data参数说明#

值描述
reference原始交易流水号
amount拒付金额
currency拒付币种
latestChargeBackMsg拒付最新描述信息
latestMsg拒付最新描述信息
latestTransType最新拒付类型
transactionId原始商户订单号
transactionType交易类型
appId网站

请求参数

Body 参数application/x-www-form-urlencoded
beginTime
string 
拒付订单的开始时间
必需
示例值:
yyyy-MM-dd HH:mm:ss
endTime
string 
拒付订单的修改时间
必需
示例值:
yyyy-MM-dd HH:mm:ss
merchantNo
string 
商户号
必需
示例值:
500000000007362
transactionId
string 
商户订单号
可选
示例值:
{% mock 'string' %}
pageNumber
string 
查询页数
必需
示例值:
1
appId
string 
交易网站
可选
示例值:
www.useepay.com
sign
string 
加签之后的值
必需
signType
string 
MD5或RSA
必需
示例值:
MD5
version
string 
版本号:默认1.0
可选
示例值:
1.0

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pay-gateway1.uat.useepay.com/chargeback' \
--data-urlencode 'beginTime=yyyy-MM-dd HH:mm:ss' \
--data-urlencode 'endTime=yyyy-MM-dd HH:mm:ss' \
--data-urlencode 'merchantNo=500000000007362' \
--data-urlencode 'transactionId={% mock '\''string'\'' %}' \
--data-urlencode 'pageNumber=1' \
--data-urlencode 'appId=www.useepay.com' \
--data-urlencode 'sign=' \
--data-urlencode 'signType=MD5' \
--data-urlencode 'version=1.0'

返回响应

🟢200成功
application/json
Body
total
string 
必需
pages
string 
必需
data
string 
必需
resultCode
string 
必需
sign
string 
必需
errorCode
string 
必需
signType
string 
必需
merchantNo
string 
必需
errorMsg
string 
必需
示例
{
  "total": "16",
  "pages": "1",
  "data": "[{\"amount\":12.34,\"appId\":\"www.pay.com\",\"createTime\":\"2023-08-28 13:34:03\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4837\",\"latestChargeBackMsg\":\"No Cardholder Authorization\",\"latestMsg\":\"您已提交申诉材料,发起了再请款申请\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-08-28 15:31:22\",\"reference\":\"1012308280945696526\",\"transactionId\":\"202308280945223\",\"transactionStatus\":\"02\",\"transactionType\":\"02\"},{\"amount\":2.22,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-26 17:22:05\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.3\",\"latestChargeBackMsg\":\"Incorrect Currency\",\"latestMsg\":\"材料待重新提交,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-28 01:11:28\",\"reference\":\"1012307241756693705\",\"transactionId\":\"202307240556008\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-25 19:30:52\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4850\",\"latestChargeBackMsg\":\"Instalment Billing Dispute\",\"latestMsg\":\"您已选择同意拒付\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-25 19:31:23\",\"reference\":\"1012304231144687021\",\"transactionId\":\"202304231144044\",\"transactionStatus\":\"04\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-25 19:05:19\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4871\",\"latestChargeBackMsg\":\"Chip/PIN Liability Shift\",\"latestMsg\":\"收到银行拒付,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-25 19:05:20\",\"reference\":\"1012304231144687021\",\"transactionId\":\"202304231144044\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-25 18:08:48\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4808\",\"latestChargeBackMsg\":\"Requested/Required Authorization Not Obtained\",\"latestMsg\":\"收到银行拒付,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-25 18:08:49\",\"reference\":\"1012304281335687262\",\"transactionId\":\"202304280135339\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 18:38:06\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4763\",\"latestChargeBackMsg\":\"Fraud full recourse\",\"latestMsg\":\"材料待重新提交,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-21 18:39:02\",\"reference\":\"1012306081455689808\",\"transactionId\":\"202306080255047\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 18:33:56\",\"currency\":\"USD\",\"latestChargeBackCode\":\"6014\",\"latestChargeBackMsg\":\"Unrecognised transaction\",\"latestMsg\":\"经银行终审,申诉失败\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-21 18:37:16\",\"reference\":\"1012306081455689808\",\"transactionId\":\"202306080255047\",\"transactionStatus\":\"04\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 17:58:57\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.6\",\"latestChargeBackMsg\":\"Duplicate Processing/Paid by Other Means\",\"latestMsg\":\"材料待重新提交,您还剩0天进行处理\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-26 16:41:27\",\"reference\":\"1012307191842693355\",\"transactionId\":\"202307190642029\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 17:57:17\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.5\",\"latestChargeBackMsg\":\"Incorrect Amount\",\"latestMsg\":\"收到银行拒付撤销,申诉成功\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-21 17:58:08\",\"reference\":\"1012307191842693355\",\"transactionId\":\"202307190642029\",\"transactionStatus\":\"05\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 17:52:00\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.5\",\"latestChargeBackMsg\":\"Incorrect Amount\",\"latestMsg\":\"收到银行拒付撤销,申诉成功\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-21 18:15:26\",\"reference\":\"1012307191842693355\",\"transactionId\":\"202307190642029\",\"transactionStatus\":\"05\",\"transactionType\":\"02\"},{\"amount\":1.13,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 17:35:44\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4871\",\"latestChargeBackMsg\":\"Chip/PIN Liability Shift\",\"latestMsg\":\"材料待重新提交,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-07-26 17:18:24\",\"reference\":\"1012307181025693137\",\"transactionId\":\"rIprWPPuPyryoRcauGvx4NbOO\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":1,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 15:31:44\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.1\",\"latestChargeBackMsg\":\"Late Presentment\",\"latestMsg\":\"收到银行拒付撤销,申诉成功\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-25 18:09:48\",\"reference\":\"1012307200614693377\",\"transactionId\":\"202307200613594\",\"transactionStatus\":\"05\",\"transactionType\":\"02\"},{\"amount\":5,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 15:22:26\",\"currency\":\"USD\",\"latestChargeBackCode\":\"12.4\",\"latestChargeBackMsg\":\"Incorrect Account Number\",\"latestMsg\":\"收到银行拒付撤销,申诉成功\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-21 15:22:52\",\"reference\":\"1012307211334693542\",\"transactionId\":\"202307210133551\",\"transactionStatus\":\"05\",\"transactionType\":\"02\"},{\"amount\":2,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 15:17:17\",\"currency\":\"USD\",\"latestChargeBackCode\":\"11.2\",\"latestChargeBackMsg\":\"Declined Authorisation\",\"latestMsg\":\"材料待重新提交,您还剩0天进行处理\",\"latestTransType\":\"07\",\"modifyTime\":\"2023-07-26 15:56:56\",\"reference\":\"1012307211334693542\",\"transactionId\":\"202307210133551\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"},{\"amount\":10,\"appId\":\"www.pay.com\",\"createTime\":\"2023-07-21 14:01:45\",\"currency\":\"USD\",\"latestChargeBackCode\":\"11.2\",\"latestChargeBackMsg\":\"Declined Authorisation\",\"latestMsg\":\"收到银行拒付撤销,申诉成功\",\"latestTransType\":\"04\",\"modifyTime\":\"2023-07-21 14:30:38\",\"reference\":\"1012307211334693542\",\"transactionId\":\"202307210133551\",\"transactionStatus\":\"05\",\"transactionType\":\"02\"},{\"amount\":0.2,\"appId\":\"www.pay.com\",\"createTime\":\"2023-06-15 14:15:04\",\"currency\":\"USD\",\"latestChargeBackCode\":\"4554\",\"latestChargeBackMsg\":\"Goods/ services ordered but not received\",\"latestMsg\":\"收到银行拒付,您还剩0天进行处理\",\"latestTransType\":\"02\",\"modifyTime\":\"2023-06-15 14:15:39\",\"reference\":\"1012306151409690275\",\"transactionId\":\"000000112\",\"transactionStatus\":\"01\",\"transactionType\":\"02\"}]",
  "resultCode": "succeed",
  "sign": "2ad57235715337737e78f4909cb45615",
  "errorCode": "0000",
  "signType": "MD5",
  "merchantNo": "500000000007362",
  "errorMsg": "Successful payment"
}
上一页
拒付流程说明
下一页
SFTP
Built with