Time-Out Void for a Capture, Sale, Follow-On Credit, or Stand-Alone Credit {#payments-timeout-void-intro}
=========================================================================================================

When you do not receive a response message after requesting a capture, sale, follow-on credit, or stand-alone credit, this feature enables you to void the transaction that you requested.  
Include the merchantTransactionIdentifier field in the original request for a capture, sale, follow-on credit, or stand-alone credit. The value of the merchant transaction ID must be unique for 180 days.  
When the original transaction fails, the response message for the reversal request includes these fields:

* originalTransaction_amount
* originalTransaction_reasonCode

Endpoint {#payments-timeout-void-intro_d7e284}
----------------------------------------------

Required Fields for a Time-Out Void for a Capture, Sale, Follow-On Credit, or Stand-Alone Credit {#payments-timeout-void-required-fields}
=========================================================================================================================================

merchantID
:

merchantReferenceCode
:

merchantTransactionIdentifier
:
Identifier that links the reversal request to the original request.

voidService_voidRequestID
:
Set the value to the request ID that was included in the authorization response message.

voidService_run
:
Set the value to `true`.

Simple Order Example: Time-Out Void for a Capture, Sale, Follow-On Credit, or Stand-Alone Credit {#payments-timeout-void-ex-so-ctv}
===================================================================================================================================

Request

```
merchantID=Napa Valley Vacations
merchantReferenceCode=482046C3A7E94F5
voidService_run=true
voidService_voidRequestID=6522033834410167772169
```

Response to a Successful Request

```
requestID=0305782650000167905080
decision=ACCEPT
reasonCode=100
merchantReferenceCode=482046C3A7E94F5
voidReply_reconciliationID=ABCDE12345FGHIJ67890
voidReply_reasonCode=100
voidReply_amount=49.95
voidReply_currency=USD
```

