Secure checkout preparation

Paid products by Daniel Budak.

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.

Stripe Payment Links first PayPal later, after parity Wise: banking only
Document review €69

Finance Document Second Opinion

A focused review of a financial document, fee schedule, pension note, broker statement, or product proposal.

  • Risk flags and unclear assumptions
  • Fee and wording sanity-check
  • Follow-up questions for licensed professionals
Focused call €50

Focused Education Session

A 30-minute call for one focused personal-finance question, document wording, broker setup issue, or insurance/tax clarification.

  • 30-minute video session
  • EN, HR, or DE by request
  • Scheduling handled manually after payment
Deep walk-through €100

Deep Education Session

A live walk-through for personal-finance questions across Austria, Croatia, brokers, taxes, insurance documents, and investment basics.

  • 60-minute video session
  • EN, HR, or DE by request
  • Scheduling handled manually after payment
Instant files €29

Template/PDF Bundle

A lightweight bundle of launch-ready personal-finance checklists, PDF guides, and spreadsheet templates.

  • PDF guides and spreadsheet templates
  • Personal recordkeeping and broker admin
  • Download delivery configured in payment provider
Accounting handoff

Export shape for Altoria Accounting Platform.

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.

  • Use provider transaction IDs to build idempotency keys.
  • Match products by sku or product_id from the config file.
  • Reconcile payout fees and bank receipts separately from gross order capture.
{
  "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.