Payment Transactions

EBT: Void

EBT: Void

The Void Transaction cancels a prior EBT transaction. Once the transaction is voided and settled, the authorization falls off the cardholder’s account and does not appear on their monthly statement.

Example Request:

{
   "type": "5",
   "method": "EBT",
   "nonce": {{$timestamp}},
   "reference_transaction_id": "1035495",
   "notes": "100039630011",
   "amount": "32.10",
   "card": {
      "number": "0016"
   },
 "Customer": {
        "first_name": "Oscar",
        "last_name": "Brady",
        "street_1": "55",
        "street_2": "Airport Drive",
        "city": "Pensacola",
        "state": "FL",
        "zip": "32503",
        "country": "US",
        "phone_number": "2025550197",
        "company": "Ferry Group",
        "customer_id": "AUTO",
        "invoice_number": null,
        "email": "oscar@brady.com",
        "email_receipt": "YES",
        "notes": "Sample Test ",
    }
}

 Example Response:

{
  "transaction_response": 
   {    
   "result_code": 1,    
   "result_sub_code": "000",    
   "result_text": "APPROVAL",    
   "transaction_id":"1035495",    
   "transaction_datetime": "20200819T081727Z",    
   "account_type": "MC",    
   "account_last_4": "0016",    
   "amount": "32.10",    
   "approved_amount": "0.00",    
   "method": "EBT",    
   "account_code_result": "",    
   "type": "5",    
   "expiration_date": "0425",    
   "token": "",    
   "emv": "",    
   "emv_tag_data": "",    
   "entry_mode": ""  
   },  
   "nonce": "1597825045",  
   "test": "0",  
  "customer": 
     {    
     "first_name": "Oscar",    
     "last_name": "Brady",    
     "street_1": "55",    
     "street_2": "Airport Drive",    
     "city": "Pensacola",    
     "state": "FL",    
     "zip": "32503",    
     "country": "US",    
     "phone_number": "2025550197",    
     "company": "Ferry Group",    
     "customer_id": "1000461",    
     "email": "oscar@brady.com",    
     "email_receipt": "YES",    
     "notes": "Sample Test",    
     },
    "card_info": {    
    "card_class": "",    
    "product_id": "",    
    "prepaid_indicator": "",    
    "detailcard_indicator": "",    
    "debitnetwork_indicator": ""  
    }
  }