mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(tenpayv3): 新增境外支付融合钱包退款相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"sp_appid": "wx2421b1c4370ec43b",
|
||||
"sub_appid": "1900000109",
|
||||
"sp_mchid": "10000100",
|
||||
"sub_mchid": "20000100",
|
||||
"transaction_id": "1008450740201411110005820873",
|
||||
"out_refund_no": "R20150806125346",
|
||||
"amount": {
|
||||
"refund": 50,
|
||||
"total": 100,
|
||||
"currency": "HKD"
|
||||
},
|
||||
"reason": "商品已售完",
|
||||
"source": "REFUND_SOURCE_UNSETTLED_FUNDS"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "2008450740201411110000174436",
|
||||
"out_refund_no": "R20150806125346",
|
||||
"create_time": "2018-06-08T10:34:56+08:00",
|
||||
"amount": {
|
||||
"refund": 50,
|
||||
"currency": "CNY",
|
||||
"payer_refund": 49,
|
||||
"payer_currency": "HKD",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"scope": "GLOBAL",
|
||||
"type": "COUPON",
|
||||
"amount": 1,
|
||||
"refund_amount": 1,
|
||||
"currency": "HKD"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "2008450740201411110000174436",
|
||||
"out_refund_no": "R20150806125346",
|
||||
"transaction_id": "1008450740201411110005820873",
|
||||
"out_trade_no": "20150806125346",
|
||||
"amount": {
|
||||
"refund": 50,
|
||||
"currency": "CNY",
|
||||
"payer_refund": 49,
|
||||
"payer_currency": "HKD",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"scope": "GLOBAL",
|
||||
"type": "COUPON",
|
||||
"amount": 1,
|
||||
"refund_amount": 1,
|
||||
"currency": "HKD"
|
||||
}
|
||||
],
|
||||
"channel": "ORIGINAL",
|
||||
"status": "SUCCESS",
|
||||
"recv_account": "招商银行信用卡0403",
|
||||
"fund_source": "REFUND_SOURCE_REchARGE_FUNDS",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"create_time": "2018-06-08T10:34:56+08:00"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "2008450740201411110000174436",
|
||||
"out_refund_no": "R20150806125346",
|
||||
"transaction_id": "1008450740201411110005820873",
|
||||
"out_trade_no": "20150806125346",
|
||||
"amount": {
|
||||
"refund": 50,
|
||||
"currency": "CNY",
|
||||
"payer_refund": 49,
|
||||
"payer_currency": "HKD",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"scope": "GLOBAL",
|
||||
"type": "COUPON",
|
||||
"amount": 1,
|
||||
"refund_amount": 1,
|
||||
"currency": "HKD"
|
||||
}
|
||||
],
|
||||
"channel": "ORIGINAL",
|
||||
"status": "SUCCESS",
|
||||
"recv_account": "招商银行信用卡0403",
|
||||
"fund_source": "REFUND_SOURCE_REchARGE_FUNDS",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"create_time": "2018-06-08T10:34:56+08:00"
|
||||
}
|
||||
Reference in New Issue
Block a user