post https://api.trucksmarter.com/fuel/merchantDashboard/transactions
Transaction Report Schema
Name | Description | Example |
---|---|---|
reservationId | TruckSmarter’s uuid for reservation | 949a0b0a-fe96-421a-9c1a-01135972af26 |
externalReservationId | Merchant’s transaction_id in their accounting system, null if not applicable | 1B9AC0B8 |
truckStopName | name of the truck stop, to distinguish reservations from different truck stops in each report | [TEST] TruckSmarter Travel Center |
reservationCode | driver’s 6 digit alpha-numeric fuel code | G1OX66 |
settlementStatus | one of pending , success .pending for when the transaction was completed but have not been paid out yet;success for transaction that has been paid out | pending, success |
reservedAt | timestamp with timezone when the user reserved the fuel code, | 2023-01-11T12:47:57.340-08:00[America/Los_Angeles] |
redeemedAt | timestamp with timezone when the user started fueling | 2023-01-11T12:48:20.095-08:00[America/Los_Angeles] |
pumpId | pump number where the driver fueled up, for reconciliation purposes | 12 |
gallons | number of gallons (diesel) for the reservation, in 3 decimal precision | 58.735 |
buyPriceDollars | the per gallon price at which TruckSmarter will payout to merchant truck stop, in 3 decimal precision | 3.799 |
retailPriceDollars | the per gallon retail price at the time of user redeemedAt | 4.189 |
paymentAmountDollars | the total dollar amount paid out to merchant truck stop from TruckSmarter, in 2 decimal precision | 223.13 |
fuelType | one of diesel, def, reefer | diesel |