Skip to main content
Version: Next

Pricing per API request

A tool to estimate the cost of the input invoice lookup API. Fixed tiers — enter invoices per month, number of sync requests, number of read requests, and choose whether to fetch detail to see the total cost.

Parameters
Unchecked (header only): general invoice info — seller/buyer, tax code, invoice serial & number, issue date, totals (pre-tax / tax / payable).
Checked (with detail): line items (goods/services) — item name, unit, quantity, unit price, amount, and per-line tax rate (each invoice ×1.5).
Result
Sync fee (10.000đ × 1)10.000đ
Per-invoice fee (tiered)100.000đ
Read fee (list/detail) (1.000đ × 0)
Total / month110.000đ
Average effective unit price: 2.200đ / invoice
TierInvoicesUnit priceAmount
1 – 100502.000đ100.000đ
1.001 – ∞0100đ

How it is calculated

Cost = sync fee + per-invoice fee (regressive/volume-based tiered pricing) + list/detail read fee.

1. Per-invoice fee (sync & fetch detail endpoints)

Tier (up to invoice #)Unit price / invoice
1002.000đ
500500đ
1.000250đ
> 1.000 (excess)100đ
  • Sync fee: 10.000đ / sync (each window ≤31 days = 1 request).
  • Fetch detail: ×1.5 per invoice.
  • Applies to sync and on-demand fetch detail.

2. Read fee (invoice list & detail)

3. Free of charge

Only new invoices are charged

Re-syncing the same period is not re-charged — the system prevents duplicates and only charges for new invoices. Read requests are counted per endpoint (see Usage reconciliation).