> ## Documentation Index
> Fetch the complete documentation index at: https://dhanurgo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SunPass Toll CSV

> SunPass (Florida) toll transaction CSV format

# SunPass Toll CSV

CSV format exported from SunPass account portals (covers Florida toll roads).

<Note>
  Download a sample file: [sunpass-toll-sample.csv](/samples/sunpass-toll-sample.csv)
</Note>

## Field Reference

| CSV Column   | DB Column          | Type    | Description              |
| ------------ | ------------------ | ------- | ------------------------ |
| Date         | `transaction_date` | date    | Date of toll transaction |
| Time         | `transaction_time` | text    | Time of transaction      |
| Plaza        | `plaza_name`       | text    | Toll plaza location      |
| Road         | `roadway`          | text    | Toll road name           |
| Amount       | `amount`           | numeric | Toll amount (USD)        |
| Transponder  | `tag_number`       | text    | SunPass transponder ID   |
| Plate Number | `plate`            | text    | License plate number     |

## Common Roads

| Road                    | Description                    |
| ----------------------- | ------------------------------ |
| Florida Turnpike        | Major north-south toll road    |
| 836 Dolphin Expressway  | Miami east-west expressway     |
| Sawgrass Expressway     | Broward County toll road       |
| I-95 Express            | Express lanes on I-95          |
| 826 Palmetto Expressway | Miami beltway                  |
| Homestead Extension     | Southern extension of Turnpike |

## Date Handling

Same rules as NTTA/EZPass — dates stored as-is in Eastern Time. See [Timezone Handling](/business-rules/timezone-handling) for details.
