Insurance Coverage Pre-Check
A quick read on whether a policy, offer, or AVB deserves deeper attention before you sign or renew.
- Coverage gap notes in plain language
- Questions to ask the insurer or broker
- Education-only, not insurance brokerage
First monetization surface for education sessions, document pre-checks and template bundles. Seller of record: Altoria FinSys d.o.o. Card data stays with Stripe; this static page stores no payment secrets.
A quick read on whether a policy, offer, or AVB deserves deeper attention before you sign or renew.
A focused review of a financial document, fee schedule, pension note, broker statement, or product proposal.
A 30-minute call for one focused personal-finance question, document wording, broker setup issue, or insurance/tax clarification.
A live walk-through for personal-finance questions across Austria, Croatia, brokers, taxes, insurance documents, and investment basics.
A lightweight bundle of launch-ready personal-finance checklists, PDF guides, and spreadsheet templates.
This static prototype stops at provider checkout. Paid orders should be exported from Stripe, normalized with exact string amounts, and imported into Altoria as an idempotent order batch for Altoria FinSys d.o.o.
sku or product_id from the config file.{
"schema_version": "checkout_order_v1",
"source_provider": "stripe_payment_link",
"order_status": "paid",
"customer": {
"email": "customer@example.com",
"billing_country": "AT"
},
"line_items": [{
"sku": "DB-INS-PRECHECK-2026",
"product_id": "insurance-precheck",
"unit_amount": "39.00",
"unit_amount_minor": "3900",
"currency": "EUR"
}],
"totals": {
"gross_amount": "39.00",
"provider_fee_amount": "0.00",
"net_receivable_amount": "39.00"
},
"reconciliation": {
"idempotency_key": "stripe_payment_link:evt_or_transaction_id",
"destination": "Altoria Accounting Platform"
}
}
Products are sold by Altoria FinSys d.o.o. as personal-finance education and document explanation. They do not replace licensed financial, tax, investment, insurance, or legal advice. The production flow must quarantine incomplete or malformed order data for manual review before import into accounting records.