- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
资金授权操作查询接口
开发环境
开发环境
POST
/v3/alipay/fund/auth/operation/detail/query
alipay.fund.auth.operation.detail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/fund/auth/operation/detail/query' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{
"credit_risk_info": {
"can_retry": false,
"code": "QUERY_REFUSED_FOR_UNKNOWN_REASON",
"data": "{\"miniZm\":false,\"aliren\":false}"
},
"amount": "200.00",
"auth_no": "2014031600002001260000001000",
"credit_amount": "0.01",
"credit_merchant_ext": "{\"1003190\":\"true\"}",
"enterprise_pay_info": "{\"biz_info\":\"{\\\"enterprisePayAmount\\\":\\\"0.01\\\"}\"}",
"extra_param": "{\"merchantExt\":\"key1=value1,key2=value2\"}",
"fund_amount": "0.01",
"operation_id": "20140216355864862002",
"operation_type": "UNFREEZE",
"order_status": "AUTHORIZED",
"order_title": "0元购土豪金",
"out_order_no": "20140216001",
"out_request_no": "20140216001001",
"payer_logon_id": "ali*@alipay.com",
"payer_open_id": "03914IMEfXsS9K-tSvHy-IisrLlOfthFgDVo-hU30XtKPg9",
"payer_user_id": "2088402019148643",
"pre_auth_type": "CREDIT_AUTH",
"remark": "2014-05期解冻200.00元",
"rest_amount": "4600.00",
"rest_credit_amount": "0.01",
"rest_fund_amount": "0.01",
"status": "SUCCESS",
"total_freeze_amount": "4800.00",
"total_freeze_credit_amount": "0.01",
"total_freeze_fund_amount": "0.01",
"total_pay_amount": "0.00",
"total_pay_credit_amount": "0.01",
"total_pay_fund_amount": "0.01",
"trans_currency": "USD",
"gmt_create": {},
"gmt_trans": {}
}
请求参数
Body 参数application/json
auth_no
string
可选
示例值:
2014021601002000640012345678
operation_id
string
可选
示例值:
20140216010020006400
operation_type
string
可选
示例值:
FREEZE
out_order_no
string
可选
示例值:
8077735255938023
out_request_no
string
可选
示例值:
20140216001001
query_options
array[string]
需要查询的额外信息
示例值:
["credit_risk_info"]
示例
返回响应
🟢200common response
application/json
Body
credit_risk_info
object (CreditRiskInfo)
可选
can_retry
boolean
可选
示例值:
false
code
string
可选
示例值:
QUERY_REFUSED_FOR_UNKNOWN_REASON
data
string
可选
示例值:
{"miniZm":false,"aliren":false}
amount
string
可选
示例值:
200.00
auth_no
string
可选
示例值:
2014031600002001260000001000
credit_amount
string
可选
示例值:
0.01
credit_merchant_ext
string
可选
示例值:
{"1003190":"true"}
enterprise_pay_info
string
因公付业务信息
示例值:
{"biz_info":"{\"enterprisePayAmount\":\"0.01\"}"}
extra_param
string
可选
示例值:
{"merchantExt":"key1=value1,key2=value2"}
fund_amount
string
可选
示例值:
0.01
operation_id
string
可选
示例值:
20140216355864862002
operation_type
string
可选
示例值:
UNFREEZE
order_status
string
可选
示例值:
AUTHORIZED
order_title
string
可选
示例值:
0元购土豪金
out_order_no
string
可选
示例值:
20140216001
out_request_no
string
可选
示例值:
20140216001001
payer_logon_id
string
可选
示例值:
ali*@alipay.com
payer_open_id
string
可选
示例值:
03914IMEfXsS9K-tSvHy-IisrLlOfthFgDVo-hU30XtKPg9
payer_user_id
string
可选
示例值:
2088402019148643
pre_auth_type
string
可选
示例值:
CREDIT_AUTH
remark
string
可选
示例值:
2014-05期解冻200.00元
rest_amount
string
可选
示例值:
4600.00
rest_credit_amount
string
可选
示例值:
0.01
rest_fund_amount
string
可选
示例值:
0.01
status
string
可选
示例值:
SUCCESS
total_freeze_amount
string
可选
示例值:
4800.00
total_freeze_credit_amount
string
可选
示例值:
0.01
total_freeze_fund_amount
string
可选
示例值:
0.01
total_pay_amount
string
可选
示例值:
0.00
total_pay_credit_amount
string
可选
示例值:
0.01
total_pay_fund_amount
string
可选
示例值:
0.01
trans_currency
string
可选
示例值:
USD
gmt_create
string
可选
示例值:
{}
gmt_trans
string
可选
示例值:
{}
🔴500请求失败
修改于 2023-11-21 02:04:33