Stratus LogisticsLogistics · Courier & Freight

Security & access

Role-based access, identity verification, environment hygiene.

Role-based access

Customer, Driver, Freight, Admin — every API call is gated by the user's claim set. No portal mounts without an authenticated session.

customer.readdelivery.writedriver.payoutadmin.refundfreight.manifest

Driver identity verification

ID + license + face-match + background check + signed agreement. Drivers can't accept jobs without all five steps complete.

Environment & secrets

Secrets never ship to the client. All keys live in Vercel encrypted env — separate scopes for preview vs production.

API & payment hygiene

All POSTs require CSRF + auth. Stripe webhooks signature-verified. WiPay callbacks IP-allowlisted.