Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundRequest.json

18 lines
435 B
JSON
Raw Normal View History

2021-05-10 15:30:00 +08:00
{
"sub_mchid": "1900008XXX",
"notify_url": "https://weixin.qq.com/",
"amount": {
"total": 1,
"currency": "CNY",
"refund": 1,
"from": [
{
"account": "AVAILABLE",
"amount": 444
}
]
2021-05-10 15:30:00 +08:00
},
"transaction_id": "4200000991202103266853086457",
"out_refund_no": "sdk12345678920210326145039",
"reason": "商品已售完"
}