沙箱调试说明
沙箱调试说明
分账关系维护
分账关系绑定
{
"result_code":"SUCCESS"
}
分账关系查询
{
"result_code":"SUCCESS",
"receiver_list":[
{
"type":"userId",
"account":"2088xxxxx00",
"memo":"分账给测试商户",
"login_name":"test@alitest.xyz",
"bind_login_name":"test@alitest.xyz"
}
],
"total_page_num":10,
"total_record_num":480,
"current_page_num":1,
"current_page_size":20
}
分账比例查询
{
"user_id":"2088XXXX1234",
"max_ratio":80
}
分账关系解绑
{
"result_code":"SUCCESS"
}
同步分账
下单并支付
{
"out_trade_no":"20150423001001",
"trade_no":"2015042321001004720200028594"
}


请求分账
{
"trade_no":"2015070921001004130000127422",
"settle_no":"20210718002530070036530006474222"
}
查询分账信息
{
"out_request_no":"20210727001",
"operation_dt":"2021-07-30 12:00:00",
"royalty_detail_list":[
{
"operation_type":"transfer",
"execute_dt":"2021-07-30 12:00:00",
"trans_out":"2088111111111111",
"trans_out_type":"userId",
"trans_in":"2088111111112222",
"trans_in_type":"userId",
"amount":10.00,
"state":"FAIL",
"detail_id":"2023030610032004370215900000",
"error_code":"TXN_RESULT_ACCOUNT_BALANCE_NOT_ENOUGH",
"error_desc":"分账余额不足"
}
]
}
异步分账
下单并支付
{
"out_trade_no":"20150423001001",
"trade_no":"2015042321001004720200028594"
}


请求异步分账
{
"trade_no":"2015070921001004130000127422",
"settle_no":"20210718002530070036530006474222"
}
接收异步分账消息
修改于 2023-11-20 08:29:07