订单API> 订单退款确认Order refund confirmation

接口说明 Interface description

提供方:携程

调用方:供应商

当订单在退款提交后供应商需异步确认进行操作(接受、拒绝),可通过此接口回传供应商的最终确认结果给到携程。不接受同批次的退款推送多次不同操作(接受、拒绝)结果给到携程。

Provider: ctrip

Caller: supplier

When a refund request is submitted, supplier needs to confirm asynchronously before operate(accept, reject), the final result will be returned from supplier to ctrip by this interface. Ctrip does not accept multiple refund operations(acception/rejection) from the same batch.

{
	"header": {
		"accountId": "supplier001",
		"serviceName": "RefundOrderConfirm",
		"requestTime": "2017-01-05 10:00:00",
		"version": "1.0",
		"sign": "d928d3fefa3b954727ce7b039991e2fb"
	},
	"body": {
		"sequenceId": "20171010abcd95774f17c3e354e73f7aaf21b5ec",
		"otaOrderId": "123456",
		"supplierOrderId": "100001",
		"confirmResultCode": "0000",
		"confirmResultMessage": "确认信息"
	}
}
          
{
	"header": {
		"resultCode": "0000",
		"resultMessage": "操作成功"
	}
}
          

携程接口返回码The return code of Ctrip's interface