Void
The Void Transaction cancels a prior ACH transaction. Once the transaction is voided and settled, the authorization falls off the cardholder’s account and does not appear on their monthly statement.
Sample Request:
{
"type":"5",
"method":"ACH",
"reference_transaction_id":"1038557",
"amount":"11.11",
"nonce":{{$timestamp}},
"notes":"",
"check":
{
"account_number":"3455"
}
}
Sample Response:
{
"transaction_response": {
"result_code": 1,
"result_sub_code": "000",
"result_text": "APPROVED",
"transaction_id": "1038558",
"transaction_uid": "8a9cc584-13e1-44ff-a4f7-83ac5e9676d5",
"transaction_datetime": "20200921T105530Z",
"account_type": "",
"account_last_4": "",
"amount": "11.11",
"approved_amount": "",
"method": "ACH",
"auth_code": "",
"avs_result_code": "",
"code_result": "",
"type": "5",
"expiration_date": "",
"token": "",
"emv": "",
"emv_tag_data": "",
"entry_mode": ""
},
"nonce": "1600685888",
"test": "0",
"customer": {
"first_name": "",
"last_name": "",
"street_1": "",
"street_2": "",
"city": "",
"state": "",
"zip": "",
"country": "",
"phone_number": "",
"company": "",
"customer_id": "",
"email": "",
"email_receipt": "",
"notes": "",
"action_code": ""
}
}