- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
商户申请单查询
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
https://openapi.alipay.com/v3/ant/merchant/order/{order_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.alipay.com/v3/ant/merchant/order/' \
--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 ''
响应示例响应示例
{
"ip_role_id": [
"2088301155943087"
],
"merchant_name": "蚂蚁金服(杭州)网络技术有限公司",
"status": "99",
"apply_time": "2017-11-11 12:00:00",
"ext_info": "{\"cardAliasNo\":\"ab7c65ab96\",\"smid\":\"20881234567890\"}"
}
请求参数
Path 参数
order_id
string
必需
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
ip_role_id
array[string]
可选
merchant_name
string
商户名称
status
string
必需
apply_time
string
申请单创建时间
ext_info
string
必需