mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(tenpayv3): 新增商户风险管理相关接口
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"sp_mchid": "1900000109",
|
||||
"acquiring_bank_id": "1356485",
|
||||
"channel_id": "1900000108\t",
|
||||
"sub_mchid": "1900009231",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"risk_type": "OTHER_RISK",
|
||||
"punish_type": "OTHER_PUNISH",
|
||||
"additional_punish_type": "SUSPEND_SETTLEMENT_NDAYS:10",
|
||||
"complaints_information": "商家说高额返利,支付很大金额之后发现并没有返利,是骗子"
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"sp_mchid": "1900000109",
|
||||
"acquiring_bank_id": "1356485",
|
||||
"channel_id": "1900000108",
|
||||
"sub_mchid": "1900009231",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"risk_type": "OTHER_RISK",
|
||||
"punish_type": "OTHER_PUNISH",
|
||||
"additional_punish_type": "SUSPEND_SETTLEMENT_NDAYS:10",
|
||||
"punish_description": "延长商户账期7天"
|
||||
}
|
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"sp_mchid": "1900000109",
|
||||
"acquiring_bank_id": "1356485",
|
||||
"channel_id": "1900000108",
|
||||
"sub_mchid": "1900009231",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"phone": "ca775af5f841bdf424b2e6eb86a6e21e",
|
||||
"certificates_number": "ca775af5f841bdf424b2e6eb86a6e21e",
|
||||
"client_ip": "123.12.12.123",
|
||||
"risk_level": 1,
|
||||
"line_type": 1,
|
||||
"goods_type": 1,
|
||||
"seller_type": 1,
|
||||
"is_need_deliver": false,
|
||||
"device_type": 1,
|
||||
"userid": "华为的账号:260XXX",
|
||||
"phone_from": 1,
|
||||
"seller_userid": "抖音的账号:XXXXX",
|
||||
"scene": 1,
|
||||
"recharge_fields": {
|
||||
"account_type": 1,
|
||||
"account": "example_account"
|
||||
},
|
||||
"living_expenses_fields": {
|
||||
"acc_no": "123456",
|
||||
"type": 1,
|
||||
"city": "湖南衡阳",
|
||||
"address": "广东省深圳市南山区海天二路33号",
|
||||
"acc_name": "詹讯",
|
||||
"company_name": "深圳电力",
|
||||
"amount": 500
|
||||
},
|
||||
"extra_fields1": "{\"key1\":\"value1\"}",
|
||||
"extra_fields2": "{\"key1\":\"value1\"}",
|
||||
"extra_fields3": "{\"key1\":\"value1\"}"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sp_mchid": "1900000109",
|
||||
"acquiring_bank_id": "1356485",
|
||||
"channel_id": "1900000108",
|
||||
"sub_mchid": "1900009231",
|
||||
"out_trade_no": "1217752501201407033233368018"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"risk_score": 1,
|
||||
"risk_type": "OTHER_RISK",
|
||||
"punish_type": "OTHER_PUNISH",
|
||||
"punish_description": "延长商户账期7天"
|
||||
}
|
Reference in New Issue
Block a user