post
https://api.wowpe.in/api/api/api-module/payin/cancel-order
Cancel an existing payment order before it is completed, preventing any further payment attempts for that order.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Params:
| Name | Type | Description | Mandatory(Y- yes)/Optional(O) |
|---|---|---|---|
| clientId | String | Client Id is provided in Wowpe Dashboard. | Y |
| secretKey | String | secretKey is provided in Wowpe Dashboard. | Y |
| orderId | String | Wowpe order id | Y |
| reason | String | Reason of order | Y |
Request Sample:
{
"clientId": "2448982d-ef21-48XXX",
"secretKey": "bb316991-9001-43eaXXX",
"orderId": "WOWPEO1000137",
"reason": "Created"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| statusCode | Int | 1 => Cancelled 6=> Order not found |
| message | String | Cancel Message |
| OrderId | String | Wowpe order ID |
