WILLIE WAGTAIL
validate_australian_identifierValidate an Australian ABN, ACN, ARBN, TFN, Medicare or BSB against its official checksum. Offline and deterministic; whitespace and hyphens ignored; a valid ABN also flags whether the holder is a company. A pass proves the digits are internally consistent (catches typos and fabrications); it does NOT prove the identifier is issued, active, or held by anyone. BSB has no check digit: format only. Unknown scheme throws.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Which identifier scheme to check. | |
| value | Yes | The identifier. Spaces and hyphens are ignored. |