|
|
|
@ -344,7 +344,7 @@
|
|
|
|
|
* @apiSuccess {String} pay_time Time when order is paid(yyyy-MM-dd HH:mm:ss, UTC+10)
|
|
|
|
|
* @apiSuccess {String} create_time Time when order is created(according to the latest order)(yyyy-MM-dd HH:mm:ss, UTC+10)
|
|
|
|
|
* @apiSuccess {String} currency Currency. Default value is AUD.
|
|
|
|
|
* @apiSuccess {String} channel Currency. Channel. Alipay,Wechat,Bestpay.
|
|
|
|
|
* @apiSuccess {String} channel Currency. Channel. Alipay,Wechat,Bestpay.
|
|
|
|
|
*
|
|
|
|
|
* @apiUse GlobalError
|
|
|
|
|
* @apiError (ERROR_CODE) ORDER_MISMATCH Order ID does not belongs to current partner.
|
|
|
|
@ -447,7 +447,7 @@
|
|
|
|
|
* @apiParam (PathVariable) {String} refund_id Required, Partner refund order id
|
|
|
|
|
* @apiUse Sign
|
|
|
|
|
* @apiParam (JSON) {int} fee Required, Refund amount. Use base unit of the currency. Total amount of all refund orders must be less than actual paid amount.
|
|
|
|
|
*
|
|
|
|
|
* @apiParam (JSON) {String} device_id is Optional, ID of the device which sends the request
|
|
|
|
|
* @apiSuccess {String} return_code Execution result
|
|
|
|
|
* @apiSuccess {String} result_code
|
|
|
|
|
* <ul>
|
|
|
|
@ -812,7 +812,6 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @api {PUT} /api/v1.0/alipay/partners/{partner_code}/orders/{order_id} Create Alipay Online Order
|
|
|
|
|
* @apiName AlipayOnline
|
|
|
|
@ -897,7 +896,6 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @api {PUT} /api/v1.0/hf_gateway/partners/{partner_code}/orders/{orderId} Create HF Web Order
|
|
|
|
|
* @apiName hfapi
|
|
|
|
@ -1029,6 +1027,7 @@
|
|
|
|
|
* @apiError (ERROR_CODE) ORDER_MISMATCH Order is not belong to this partner
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @api {PUT} /api/v1.0/customs/partners/{partner_code}/redeclare/report/{client_report_id} Redeclare
|
|
|
|
|
* @apiName redeclare_report
|
|
|
|
|