退款查询
# 退款查询
注意
请在退款同步返回之后调用查询接口,否则可能会发生查询异常的情况
# 请求地址
https://sandbox-acquirer-payment.pingpongx.com/v4/refund/query
1
https://acquirer-payment.pingpongx.com/v4/refund/query
1
// Make sure to add code blocks to your code group
# 请求参数
# 公共请求参数
暂无数据
# 业务参数
| 参数字段 | 参数类型 | 参数属性 | 参数说明 |
|---|---|---|---|
| refundId | String(64) | C | PingPong 退款流水号,与 merchantRefundId 至少上送一项 |
| merchantRefundId | String(64) | C | 商户网站退款流水号,与 refundId 至少 上送一项 |
| merchantTransactionId | String(64) | M | 商户网站的原交易流水号 |
# 响应参数
# 公共响应参数
暂无数据
# 返回参数
| 参数字段 | 参数类型 | 参数说明 |
|---|---|---|
| transactionId | String(64) | PingPong 原交易流水号 |
| merchantTransactionId | String(64) | 商户网站的原交易流水号 |
| currency | String(3) | 币种 |
| amount | String(14) | 退款金额 |
| refundTime | String(32) | 退款发起时间,时间戳 |
| resultCode | String(6) | 状态结果码 |
| resultDescription | String(500) | 状态结果描述 |
| refundEndingTime | String(32) | 退款到达终态时间,时间戳 |
| status | String(32) | 交易状态:状态幂等 , SUCCESS-成功 FAILED-失败 PROCESSING-处理中 |
| remark | String | 商户扩展字段 |
# 响应报文示例
{
"accId": "2023060217493010231446",
"bizContent": "{\"amount\":\"200.000000\",\"cardInfo\":{\"firstName\":\"zhang\",\"lastName\":\"san\",\"lastFourDigits\":\"8Q==\",\"ipCountry\":\"CN\",\"firstSixDigits\":\"AQICAH\"},\"threeDSecure\":\"\",\"resultCode\":\"000000\",\"transactionTime\":\"1687334372000\",\"transactionId\":\"2023062150000329\",\"merchantTransactionId\":\"PMT-1OL5AJOJA91687334040656\",\"currency\":\"USD\",\"resultDescription\":\"Transaction succeeded\",\"captureDelayHours\":0,\"status\":\"SUCCESS\"}",
"clientId": "2023060217493010231",
"code": "001000",
"description": "Successful request",
"sign": "D7F4C867DDB7F3BDC56F598B5467F2D4792E6FCE459EA119BA3FF2FCEF97DB79",
"signType": "SHA256"
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
// Make sure to add code blocks to your code group
上次更新: 2024/01/31, 16:04:21