Pricing
TelDev bills the control plane. Carrier cost is recorded separately (carrier + carrier_ref on each object). This repo does not quote a public “cheaper than X” rate card.
Clinic invoice
clinicInvoice() is the seeded clinic month:
| | Amount |
| --- | --- |
| Billed to the clinic | $323.30 |
| Mocked carrier cost | $56.70 |
Line items (see lib/invoice.ts):
- Local number (
num_demo) - Inbound voice — clinic front desk
- Outbound voice — reminders
- SMS — confirmations and follow-up
- Realtime sessions (
agt_clinic_front,agt_brief_420)
GET /v1/usage returns these totals for the seed account.
Default number rent
Live number rent billed to the account is the Telnyx list price plus $0.35 (lib/billing.ts). The markup is not hardcoded in the carrier HTTP client. This does not change the clinic invoice totals above.