mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(tenpayv3): 独立化境外支付 API
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"sp_mchid": "10000091",
|
||||
"sub_mchid": "10000097",
|
||||
"out_contract_code": "100001256",
|
||||
"plan_id": 123,
|
||||
"contract_id": "Wx15463511252015071056489715",
|
||||
"sp_appid": "wxcbda96de0b165486",
|
||||
"openid": "ouFhd5X9s9WteC3eWRjXV3lea123",
|
||||
"contract_termination_mode": "USER",
|
||||
"operate_time": "2015-09-01T10:00:00+08:00"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"sp_mchid": "1900000100",
|
||||
"sub_mchid": "1900000109",
|
||||
"transaction_id": "1008450740201411110005820873",
|
||||
"out_trade_no": "20150806125346",
|
||||
"refund_id": "50200207182018070300011301001",
|
||||
"out_refund_no": "7752501201407033233368018",
|
||||
"refund_status": "SUCCESS",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"recv_account": "招商银行信用卡0403",
|
||||
"fund_source": "REFUND_SOURCE_UNSETTLED_FUNDS",
|
||||
"amount": {
|
||||
"total": 528800,
|
||||
"currency": "HKD",
|
||||
"refund": 528800,
|
||||
"payer_total": 528800,
|
||||
"payer_refund": 528800,
|
||||
"payer_currency": "HKD",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 100000000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "1008450740201411110005820873",
|
||||
"sp_appid": "wx2421b1c4370ec43b",
|
||||
"sp_mchid": "10000100",
|
||||
"sub_mchid": "20000100",
|
||||
"out_trade_no": "20150806125346",
|
||||
"payer": {
|
||||
"sp_openid": "oUpF8uN95-Ptaags6E_roPHg7AG0"
|
||||
},
|
||||
"amount": {
|
||||
"total": 528800,
|
||||
"currency": "HKD",
|
||||
"payer_total": 518799,
|
||||
"payer_currency": "CNY",
|
||||
"exchange_rate": {
|
||||
"type": "SETTLEMENT_RATE",
|
||||
"rate": 8000000
|
||||
}
|
||||
},
|
||||
"trade_type": "MICROPAY",
|
||||
"trade_state": "SUCCESS",
|
||||
"trade_state_desc": "支付成功",
|
||||
"bank_type": "CCB_DEBIT",
|
||||
"attach": "支付测试",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"promotion_detail": [
|
||||
{
|
||||
"promotion_id": "109519",
|
||||
"name": "单品惠-6",
|
||||
"scope": "SINGLE",
|
||||
"type": "DISCOUNT",
|
||||
"amount": 1,
|
||||
"currency": "HKD",
|
||||
"activity_id": "931386",
|
||||
"wechatpay_contribute_amount": 1,
|
||||
"merchant_contribute_amount": 0,
|
||||
"other_contribute_amount": 0,
|
||||
"goods_detail": [
|
||||
{
|
||||
"goods_id": "iphone6s_16G",
|
||||
"goods_remark": "商品备注",
|
||||
"quantity": 1,
|
||||
"price": 528800
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user