文档中心 > API类目 > 新零售供应链API

qimen.alibaba.msd.zyqjd.orders.pay.notify (喵壮壮中移订单支付通知)

喵速达-中移苹果订单支付通知

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
orderId String 必须 111 交易主订单
subOrderId String 必须 111 交易子订单
createTime String 必须 yyyy-mm-dd hh:mi:ss 交易创建时间
orderStatus String 必须 待发货 交易状态
payTime String 可选 yyyy-mm-dd hh:mi:ss 交易支付时间
endTime String 可选 yyyy-mm-dd hh:mi:ss 交易结束时间
receiveName String 必须 xxx 收货人姓名
receiveProvince String 必须 xxx 收货人省份
receiveCity String 必须 xxx 收货人市
receiveArea String 可选 xxx 收货人区
receiveStreet String 可选 xxx 收货人街道
receiveDetailAdd String 可选 xxx 收货人详细地址
receiveZip String 可选 xxx 收货人邮编
receivePhone String 可选 xxx 收货人手机号码
receiveMobile String 可选 xxx 收货人电话号码
customerId String 必须 111 customerId路由id
contractId String 可选 213 合约offer id
contractName String 可选 合约中文名称 合约中文名称
auctionId String 可选 商品ID 商品ID
auctionTitle String 可选 商品标题 商品标题
storeCode String 可选 门店code 门店code
skuInfo String 可选 sku信息 sku信息
skuId String 可选 sku -id sku -id
skuName String 可选 sku 名称 sku 名称

响应参数

名称 类型 示例值 描述
response Response 返回根
  • └ success
  • Boolean
  • false
  • 是否成功
  • └ responseCode
  • String
  • 错误
  • 错误code
  • └ responseMsg
  • String
  • 错误
  • 错误msg

请求示例

{"receivePhone":"xxx","receiveStreet":"xxx","orderId":"111","payTime":"yyyy-mm-dd hh:mi:ss","receiveZip":"xxx","auctionTitle":"商品标题","receiveArea":"xxx","orderStatus":"待发货","receiveProvince":"xxx","auctionId":"商品ID","skuName":"sku 名称","receiveName":"xxx","subOrderId":"111","createTime":"yyyy-mm-dd hh:mi:ss","receiveCity":"xxx","customerId":"111","contractId":"213","contractName":"合约中文名称","endTime":"yyyy-mm-dd hh:mi:ss","skuInfo":"sku信息","receiveDetailAdd":"xxx","skuId":"sku -id","receiveMobile":"xxx","storeCode":"门店code"}

响应示例

{
    "response":{
        "success":false,
        "responseCode":"错误",
        "responseMsg":"错误"
    }
}

验签示例

{"response":{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部