Sync where your data already lives
Connects to your stack.
Native integrations with TMS, ELD, accounting, and dispatch - so your fuel transactions show up where your team already works. Plus a REST API and webhooks for everything we don't natively connect to yet.
TMS
Transportation Management Systems
Push fuel transactions and IFTA-ready data straight into the load record so dispatchers don't reconcile by hand.
LoadMaster · PowerBroker
Trimble Transportation
Axon Trucking Software
Tailwind TMS
Modern TMS for small fleets
Accellos / Prophesy
Frontline Software
Tell us what you run
ELD & Telematics
ELD & telematics platforms
Pull truck location and HOS context into the dashboard so you can spot where a driver should fuel up next.
Connected operations
Formerly KeepTruckin
Fleet management
Connect / Reveal
Solera fleet
ELD & tax reporting
Trimble PeopleNet
Open ELD-spec API
Accounting
Accounting & ERP
Transactions land as journal entries with cost-coding, tax, and IFTA jurisdiction tags already attached.
Online & Desktop
Oracle NetSuite
Xero accounting
Intacct & 50
Factoring & dispatch
Factoring & dispatch tools
Cleaner reconciliation between fuel spend and the loads that paid for it.
TBS Factoring
Apex Capital
OTR Capital
DAT Load Board
Built it yourself
REST API & webhooks
Don't see your tool listed? Connect anything. Our REST API exposes transactions, cards, balances, MoneyCodes, and roadside dispatch events. Webhooks for transaction-authorized, card-frozen, dispatch-resolved, and statement-ready.
- OpenAPI 3 spec - Postman collection on request
- OAuth 2 + scoped API keys
- Sandbox environment with seed data
- Webhooks signed with HMAC, retries with backoff
- Rate limits scale with account tier
POST /v1/money_codes
Authorization: Bearer ezf_live_•••
{
"truck_id": "T-0042",
"amount_cents": 7500,
"reason": "lumper",
"expires_in_minutes": 60
}
200 OK
{
"code": "6312-4801-9920",
"redeemable_until": "2026-04-30T19:42Z",
"status": "active"
}
Don't see what you run?
Tell us. If three customers want it, we'll build it. If you want to build it yourself, the API is open.