事件通知订阅接口
请求方式 | body | 编码 | 接口地址 |
---|---|---|---|
POST | application/json | UTF-8 | 集测:https://mchapitest.shengpay.com/merchant/event/subscribe 生产:https://mchapi.shengpay.com/merchant/event/subscribe |
接口描述
事件通知订阅
请求参数
变量名 | 类型 | 必填 | 示例值 | 描述 |
---|---|---|---|---|
mchId | String(10) | Y | 30057909 | 服务商商户号 |
eventGroup | String(64) | Y | 事件通知分组 | |
url | String(32) | Y | 事件通知地址 | |
nonceStr | String | Y | nGBXiNhZjBaFrMGIJAKJQQpfNiSGVjzy | 随机字符串 |
signType | String | Y | RSA | 签名方式 |
sign | String | Y | 签名 (见签名介绍) |
请求示例
1 2 3 4 5 6 7 8 |
|
响应参数
变量名 | 类型 | 必填 | 示例值 | 描述 |
---|---|---|---|---|
returnCode | String | Y | SUCCESS | 返回码(SUCCESS/FAIL) |
returnMsg | String | N | 返回消息(当returnCode为FAIL时使用) | |
resultCode | String | Y | SUCCESS | 业务结果(SUCCESS/FAIL) |
errorCode | String | N | 错误代码(当resultCode为FAIL时使用) | |
errorCodeDes | String | N | 错误描述(当resultCode为FAIL时使用) | |
nonceStr | String | Y | nGBXiNhZjBaFrMGIJAKJQQpfNiSGVjzy | 随机字符串 |
signType | String | Y | RSA | 签名方式 |
sign | String | Y | 签名 |
响应参数
1 2 3 4 5 6 7 |
|