EBT Capture Only Transaction
Example Request
{
"amount": "32.30",
"method": "EBT",
"type": "4",
"nonce": {{$timestamp}},
"test": "0",
"client_ip": "172.26.15.177",
"market_code": "R",
"notes": "100039850010",
"card": {
"number": "5053490000000016",
"expiration_date": "0424",
"auth_code": "1234567",
"voucher_number": "1234567898"
},
"customer": {
"first_name": "John",
"last_name": "Smith",
"street_1": "",
"street_2": "",
"city": "",
"state": "",
"zip": "",
"country": "US",
"phone_number": "9123456789",
"company": "PlanetC",
"customer_id": "cust9900",
"invoice_number": "123456789",
"email": "smith@loop.com",
"email_receipt": "YES",
"notes": "Sample Notes"
},
"custom_fields": [
{
"id": "1",
"value": "Test"
}
],
"additional_data": [
{
"id": "USER",
"value": "1"
},
{
"id": "SOURCE",
"value": "VT"
}
]
}
Example Response
{
"transaction_response": {
"result_code": 1,
"result_sub_code": "000",
"result_text": "APPROVED",
"transaction_id": "1038909",
"transaction_uid": "cff73a53-0729-4be4-bbd8-57bcf0e1c5ce",
"transaction_datetime": "20200928T162621Z",
"account_type": "MC",
"account_last_4": "0016",
"amount": "32.30",
"approved_amount": "0.00",
"method": "EBT",
"auth_code": "",
"avs_result_code": "",
"code_result": "",
"type": "4",
"expiration_date": "0424",
"token": "",
"emv": "",
"emv_tag_data": "",
"entry_mode": ""
},
"nonce": "1601310371",
"test": "0",
"customer": {
"first_name": "John",
"last_name": "Smith",
"street_1": "",
"street_2": "",
"city": "",
"state": "",
"zip": "",
"country": "US",
"phone_number": "9123456789",
"company": "PlanetC",
"customer_id": "cust9900",
"email": "smith@loop.com",
"email_receipt": "YES",
"notes": "Sample Notes",
"action_code": ""
},
"custom_fields": [
{
"id": "1",
"value": "Test"
}
],
"card_info": {
"card_class": "",
"product_id": "",
"prepaid_indicator": "",
"detailcard_indicator": "",
"debitnetwork_indicator": ""
}
}