Cancel Order
CancelOrder
This method cancels a specific order in the webpay system, which means no further actions are available for that order.
Input
CancelOrderRequest
| Field | R | Type | Description |
|---|---|---|---|
| SveaOrderId | * | Long(10) | Unique ID for the created order. Used for any further order webservice requests. |
| OrderType | - | OrderType | See OrderType. Not required for EU-clients. |
| ClientId | * | Long(7) | ID that identifies a client in Svea Payments system. |
Output
CancelOrderResponse
| Field | R | Type | Description |
|---|---|---|---|
| (Empty) | - | - | - |