TransactionVoid
Voids an uncaptured authorization transaction before settlement.
Input
| Name | Type | Description |
| ParentTransactionId | String | The ID of the authorization transaction to be voided before capture. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the void operation completed successfully. |
| Details | String | Additional information or context about the execution of the void operation. |
| TransactionId | String | The unique identifier of the newly created void transaction. |