SetCancelProcess
SetcancelProcess is the function to cancel the payment.
Input
| Name | Type | Required | Description |
| OrderNo | String | True | Order number. |
| CancelReason | String | False | Seller's order cancellation reason (if you don't enter it, it is processed as 'no stock'). 1: Out of stock (Seller's event) 2: Non-delivery area (seller reason). If the order is canceled by the buyer, the cancellation event will not be updated. |
| SellerMemo | String | False | Fill in the seller's note, 1000Byte limit. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if API cancel payment. |