TransactionVoid
Trigger the voiding of an uncaptured authorization transaction.
Input
| Name | Type | Description |
| ParentTransactionId | String | An uncaptured authorization transaction. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| TransactionId | String | The created void transaction. |