Auto Rental Data

API Explorer
loading...
GET
/cgi.html-autorentaldata

ISVs/merchants using Auto Rental software can send the required Auto Rental transaction indicators and data elements — such as rental agreement details, rental dates, and related transaction information—through SPIn to Dejavoo terminals. Providing this data allows the transaction to be properly identified as an Auto Rental transaction and helps qualify for optimized interchange rates.

Certified Processor: TSYS.

Applicable to Auto Rental merchants classified under Auto Rental MCCs, including 7512, 7513, 7519, and 3390. This data is sent as an AutoRental block on a standard Sale (TransType=Sale) request; if any field fails validation, the response includes an autoRentalValidationError tag listing the specific reasons.

Request Body

application/json

Response Body

application/json

curl -X GET "https://example.com/cgi.html-autorentaldata" \  -H "Content-Type: application/json" \  -d '{    "PaymentType": "Credit",    "TransType": "Sale",    "Amount": "25.75",    "Tip": "00.00",    "RefId": "",    "RegisterId": "",    "AuthKey": "",    "PrintReceipt": "Both",    "SigCapture": "Yes",    "CustomerEmail": "i@gmail.com",    "CustomerMobile": "+15418996990",    "AutoRental": {      "AdjustmentAmount": 10,      "AdjustmentAuditIndicatorCode": "Y",      "AgreementReferenceNumber": "",      "ExtraCharges": [        1,        2      ],      "PickupAddress": "350 5th Ave",      "PickupCity": "New York",      "PickupState": "NY",      "PickupCountry": "USA",      "PickupCountryCode": "USA",      "PickupDate": "",      "PickupTime": "11:00:00",      "PickupLocationId": "NYC001",      "PickupRegionCode": "NYC",      "PurchaseIdentifier": "",      "RentalClassId": "0010",      "RentalDuration": 7,      "RentalPeriod": "Daily",      "RentalRate": 60,      "RentalDistance": 70,      "RentalDistanceUnitofMeasure": "Kilometers",      "RenterName": "James Cameron",      "ServiceMobile": "3234567890",      "VehicleMake": "",      "VehicleModel": "",      "ReturnAddress": "6",      "ReturnCity": "",      "ReturnState": "DC",      "ReturnCountry": "USA",      "ReturnCountryCode": "USA",      "ReturnDate": "",      "ReturnTime": "11:00:00",      "ReturnLocationId": "WDC001",      "ReturnRegionCode": "WDC"    }  }'
{
  "RefId": "string",
  "RegisterId": "string",
  "ResultCode": "string",
  "Message": "string",
  "TransType": "string",
  "ExtData": "string",
  "autoRentalValidationError": "string"
}