- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
isv查询代商家创建小程序记录
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v3/alipay/open/mini/isv/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/open/mini/isv/query?order_no=2394834823942343' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"order_no":"239238834234344",
"out_order_no":"23948392483253534535",
"min_app_id":"20218324729872",
"status":"PROCESS",
"pid":"2088002306330746"
}
请求参数
Query 参数
order_no
string
必需
示例值:
2394834823942343
Header 参数
authorization
string
必需
示例值:
ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign
alipay-request-id
string
必需
示例值:
$requestid
Content-Type
string
必需
示例值:
application/json
返回响应
🟢200成功
application/json
Body
order_no
string
订单号
out_order_no
string
可选
min_app_id
string
可选
status
string
可选
pid
string
商户pid
修改于 2023-11-27 03:38:17