- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
缴费直连代扣订单支付状态查询
开发环境
开发环境
GET
/v3/alipay/ebpp/pdeduct/bill/pay/status
alipay.ebpp.pdeduct.bill.pay
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/ebpp/pdeduct/bill/pay/status'
响应示例响应示例
200 - 示例 1
{
"agreement_id": "2919219429194",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"order_no": "2015010122003385",
"order_result_code": "PAY_FAIL",
"order_result_msg": "AE0110270001_支付金额不足",
"out_order_no": "21929910124",
"status": "0"
}
请求参数
Query 参数
agreement_id
string
支付宝用户ID
open_id
string
可选
out_order_no
string
商户代扣业务流水
返回响应
🟢200common response
application/json
Body
agreement_id
string
支付宝协议流水
示例值:
2919219429194
open_id
string
可选
示例值:
074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5
order_no
string
可选
示例值:
2015010122003385
order_result_code
string
订单的结果码
示例值:
PAY_FAIL
order_result_msg
string
订单的结果描述
示例值:
AE0110270001_支付金额不足
out_order_no
string
外部订单流水
示例值:
21929910124
status
string
可选
示例值:
0
🔴500请求失败
修改于 2023-11-27 07:03:51