退款接口

说明
  • 调用方法为 POST, content-type 为 application/x-www-form-urlencoded
  • 每个支付订单的部分退款次数不能超过 50 次

接口地址

https://xorpay.com/api/refund/aoid 其中 aoid 为 XorPay 平台订单号


接口参数
名称 类型 必须 说明
price string 退款金额如: 50.00
sign string 将参数按
price + app secret
拼接后MD5(纯 value 拼接,不要包含 + 号)

POST body 举例:

price=0.01&sign=23f86d9bb15x6b11f753547558626d7


返回参数

返回为 json 格式

名称 类型 必有 说明
status string ok 成功
order_error 订单状态不是success/或者订单不存在
price_error 退款金额大于收款金额
sign_error 签名错误
alipay_api_error 支付宝接口错误
info string 具体错误代码

results matching ""

    No results matching ""