CRA Contact

Austria

Pay an Invoice

Use this page only if we have already sent you an invoice. Enter its reference and the amount printed on it. Nothing here is a price list.

Pay your invoice

The reference is on the invoice, in the form AT-1042: two to four capital letters, a hyphen, then the digits. Enter the amount exactly as invoiced. Choosing card takes you to Stripe; choosing crypto takes you to NOWPayments.

Field labels and help text for the build. Fields, order, types and validation come from drafts/structure/pay.md section 3, which is the source of truth; the table below only fixes the words on screen. It is a label specification, not a data table: the build renders a form.

Continue to payment

You will be taken to the payment provider to complete this. You can stop at any point before you confirm.

Error text the build needs, one line each, bound to its field with aria-describedby and never colour alone: an unrecognised reference format, an amount below 50, an amount above 50,000, an amount that is not a number, a missing required field, and a failed captcha. The failed captcha line names [email protected] as the way round it, because a person locked out by a captcha needs a route that is not the captcha. The submit button label and the line under it, above, are page copy.

Pay your invoice

As printed on the invoice, for example AT-1042

Whoever the invoice is addressed to

The receipt and any refund correspondence go here

The figure on the invoice, to two decimals. Between 50 and 50,000

Euro, or Swiss francs if the invoice is in francs

Card, through Stripe. Or cryptocurrency, through NOWPayments

This form is protected by a Cloudflare check.

Who you are paying

  1. Payee: Goldblum, the firm behind this site. Its registered name and address are not published here yet; they are on the invoice this payment settles, and we state them in writing on request at [email protected]. The descriptor on your card statement is the one shown at the payment step before you confirm.
  2. Terms: the terms of service, and refunds and cancellation in particular.
  3. Your data: the privacy policy.
  4. Card security: card details are entered on Stripe's own pages and never reach this site.
  5. Something wrong with a payment? Write to [email protected] quoting the reference, or use the contact form.

Open items this page carries, for the build and the client

Each is from the structure, section 11, and each is a client answer rather than a writing decision. None of them blocks the copy above; all of them block go live.

#Open itemWhat is written meanwhile
1The real contracting entity, its seat and whether it is the same entity that issues the invoicesThe provisional payee block, tracked by scripts/placeholder_gate.py
2The invoice prefix letters actually used, against the pattern ^[A-Z]{2,4}-\d{4,}$The help text uses AT-1042 as the example, which matches the pattern and is not a real invoice
3Whether the real invoice range fits inside 50 to 50,000The limits from master.md are stated in the help text and enforced on both sides
4Whether CHF is needed beside EUR, and whether SEPA debit joins cardBoth currencies are offered, and the method radio has exactly two options
5Stripe out of test mode, NOWPayments out of sandbox, webhook and IPN registered, Turnstile widget createdNothing in the copy depends on which mode is active