Billing model
The calls below generate a financial transaction (prices configurable per organization in Admin):
POST /api/v1/interactions/checkPOST /api/v1/interactions/recheckPOST /api/v1/chat/message
Concepts
transaction_fee_brl: unit price ofcheck.recheck_fee_brl: unit price ofrecheck.chat_fee_brl: unit price per chat message.transaction_charges: per-transaction entries.invoices: periodic consolidation of transactions.
Recommended cycle
- Run the clinical integration normally.
- Transactions are recorded automatically per call.
- Generate a monthly invoice per organization.
- Set status:
open,paid,overdue,cancelled.
Billing routes
- Hospital:
GET /api/v1/billing/summary,GET /api/v1/billing/transactions,GET /api/v1/billing/estimate,GET /api/v1/billing/invoices