结算 - 个人用车- 线上支付状态通知接口

说明

1、该接口由首约侧提供,用来接入侧线上支付,通知支付状态给首约侧。

2、面向个人用户的渠道,线上支付成功后的通知接口。

地址URL

https://<SQYC_DOMAIN>/v1/common/payNotify

HTTP请求方式

POST

访问授权限制

暂无

请求参数

名称 选项 类型及范围 说明
orderId 必填 String 订单号
sign 必填 String 参见sign生成算法,不包含notifyDetail
channel 必填 String 渠道名称,由首汽约车给定。
amount 必填 String 订单金额(实际支付金额;单位:元)
partnerOrderId 必填 String 合作方订单号
notifyDetail 选填 Json 通知详情(后期扩展使用)
payway 必填 String 支付方式(渠道支付传90)(就是payType)
channelInnerCouponAmount 选填 String 渠道自己承担的优惠(单位:元)(测试中,未上线)
channelOutCouponAmount 选填 String 渠道配置由首约承担的优惠(单位:元)(测试中,未上线)

返回数据

名称 类型 说明
result String 0:成功 ;非0 : 失败原因编号,合作方尽量统一
errmsg String 失败原因描述,若成功则值为success !

返回示例

{
    "result": 0,
    "errmsg": "success !",
    "data": null
}

注意事项

暂无

Copyright © 首约科技(北京)有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2024-09-10 08:00:38

results matching ""

    No results matching ""