GET json/Transaction/Cancel/{transactionKey}
This cancels the provided transaction
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CancelTransactionResponseTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| IsCanceled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"IsCanceled": true
}
text/html
Sample:
{"Key":"sample string 1","IsCanceled":true}