|
|
|
@ -1038,6 +1038,38 @@ paths:
|
|
|
|
|
description: Alipay online exchange rate
|
|
|
|
|
example:
|
|
|
|
|
4.411111
|
|
|
|
|
/gateway/partners/{partner_code}/orders/{partner_order_id}/revoke:
|
|
|
|
|
put:
|
|
|
|
|
summary: Revoke Order
|
|
|
|
|
description: |
|
|
|
|
|
Revoke the order. If order was not paid, system will try to stop paying from customer.
|
|
|
|
|
If failed, system will make full refund after confirmed paid.
|
|
|
|
|
If order was paid already, system will make full refund directly
|
|
|
|
|
tags:
|
|
|
|
|
- QRCode
|
|
|
|
|
- JSAPI
|
|
|
|
|
- MobileH5
|
|
|
|
|
- MiniProgram
|
|
|
|
|
- CardPayment
|
|
|
|
|
- ChannelGateway
|
|
|
|
|
- RetailPay
|
|
|
|
|
- CB Bank
|
|
|
|
|
- SDK Payment
|
|
|
|
|
parameters:
|
|
|
|
|
- name: partner_code
|
|
|
|
|
in: path
|
|
|
|
|
required: true
|
|
|
|
|
- name: partner_order_id
|
|
|
|
|
in: path
|
|
|
|
|
required: true
|
|
|
|
|
description: 需要撤销订单的单号
|
|
|
|
|
response:
|
|
|
|
|
200:
|
|
|
|
|
description: Order Status
|
|
|
|
|
content:
|
|
|
|
|
application/json:
|
|
|
|
|
schema:
|
|
|
|
|
$ref: 'components_order.yml#/orderStatus'
|
|
|
|
|
/gateway/partners/{partner_code}/orders/{partner_order_id}/refunds/{partner_refund_id}:
|
|
|
|
|
put:
|
|
|
|
|
summary: Refund Order
|
|
|
|
|