TransactionVoid
Voids an uncaptured authorization transaction so it can no longer be captured.
Input
| Name | Type | Description |
| ParentTransactionId | String | The Id of the uncaptured authorization transaction to be voided. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the void operation executed successfully. |
| Details | String | Additional details about the execution of the void operation. |
| TransactionId | String | The Id of the void transaction created by the operation. |