From 934c414e66371d5b61eee447dbb00ae1d8ad2b92 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 13:25:33 +0300 Subject: [PATCH] Created cancelSSLOrder (markdown) --- cancelSSLOrder.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cancelSSLOrder.md diff --git a/cancelSSLOrder.md b/cancelSSLOrder.md new file mode 100644 index 0000000..89aebd6 --- /dev/null +++ b/cancelSSLOrder.md @@ -0,0 +1,14 @@ +URL: /orders/cancel_ssl_order/
+Request type: POST + +### Overview +Use that option to request cancellation/refund of any order. Please note, it takes from 2-48 hours to review cancellation request. + +### Request parameters +* order_id - ID of the order to be canceled +* reason – Cancellation reason + +### Response +If no errors in request following parameters will be returned: + +* order_id - unique order ID \ No newline at end of file