Capvant

Australia

What the Australia market sends on a deal: currency, phone format, company types, validation and the fields that carry a value.

The Australia lane routes deals in AUD with market.country set to AU. Everything below is what your integration can rely on for this market.

At a glance

FieldValue
ISO country codeAU
Launch stateOpen: live requests are accepted
CurrencyAUD (A$)
Phone formatE.164, country code first, no spaces required.
Example phone+61 412 345 678
Regional subdivisionnot collected
Company registerThe Australian business register
Register number askedAustralian Business Number (for example 51 824 753 556)
Company number formatAustralian Business Number, eleven digits, for example 51 824 753 556.
Credit score bandnot collected

Company register

RegisterThe Australian business register
registry.sourceofficial_register in every market; which register answered is not part of the payload
Company lookup in the flowBy name, with a dropdown of register matches; the ABN is optional and one click away
IdentifierABN: Eleven digits with a check, for example 51 824 753 556
Name searchYes

What comes back, section by section

Read registry.status first. available means every section the register exposes came back; partial means at least one could not be read; unavailable means the company profile itself could not be retrieved; not_fetched means no lookup has run for this lead yet. A section the register does not expose is null on every deal, never an empty value. Each entry under registry.sections carries the register's status for that section and the facts it returned, nothing else.

SectionAvailabilityNote
IdentityAvailable
Legal formAvailableEntity type
StatusAvailableStatus and the date it took effect
Incorporation datePartialThe register gives the date the identifier took effect, not the incorporation date
Registered addressPartialState and postcode only
Activity codesNot exposed by the register
OfficersNot exposed by the registerDirectors are not published free of charge in this market
OwnersNot exposed by the register
AccountsNot exposed by the register
InsolvencyNot exposed by the register
FilingsNot exposed by the register

Example registry object

Captured on 2026-09-11 for Atlassian Pty Ltd (by ABN) (identifier 53102443916). This is the market.registry object exactly as the API returned it.

market.registry
{
  "source": "official_register",
  "status": "partial",
  "incorporated_on": "2002-10-08",
  "company_age_months": 287,
  "company_status": "Active",
  "company_type": "Australian Private Company",
  "sic_codes": null,
  "registered_office": {
    "line1": null,
    "line2": null,
    "locality": null,
    "region": "NSW",
    "postal_code": "2000",
    "country": "AU"
  },
  "directors": null,
  "psc_count": null,
  "accounts": null,
  "confirmation_statement": null,
  "charges_count": null,
  "has_insolvency_history": null,
  "filed_financials": null,
  "registers": null,
  "exemptions": null,
  "uk_establishments_count": null,
  "disqualified_directors_count": null,
  "registered_name": "ATLASSIAN PTY LTD",
  "identifiers": {
    "abn": "53102443916",
    "lei": null
  },
  "activity_codes": null,
  "officers": null,
  "filings": null,
  "share_capital": null,
  "business_description": null,
  "sections": {
    "profile": {
      "status": "available",
      "data": {
        "company_name": "ATLASSIAN PTY LTD",
        "company_status": "Active",
        "abn": "53102443916",
        "acn": "102443916",
        "type": "Australian Private Company",
        "company_type_code": "PRV",
        "is_asic_company": true,
        "abn_status_effective_from": "2002-10-08",
        "date_of_creation": "2002-10-08",
        "date_of_creation_basis": "abn_status_effective_from",
        "gst_registered_from": "2002-10-08",
        "business_names": [],
        "registered_office_address": {
          "address_line_1": null,
          "locality": null,
          "region": "NSW",
          "postal_code": "2000",
          "country": "AU",
          "address_as_of": "2007-06-18"
        },
        "sic_codes": null,
        "directors": null
      }
    },
    "officers": {
      "status": "unavailable",
      "data": null
    }
  },
  "checked_at": "2026-09-11T14:02:41.670Z"
}

Phone and identifiers

PhoneE.164, country code first, no spaces required. For example +61 412 345 678.
Company identifierABN: Eleven digits with a check, for example 51 824 753 556
Tax identifierABN: Eleven digits, for example 51824753556
VAT checkNot applicable: no VAT register check in this market, so market.vat is null.

Bank statements

The flow asks for the last 6 months of business bank statements in this market. Statements are uploaded once and shared with every partner working the request; the API carries the parsed facts (months covered, average monthly inflow and outflow, provider) and the documents by signed link.

Instant matching

Requests are accepted, validated and register-checked, then worked by a person until a funding panel is connected for this market. The payload shape is identical; only the timing of matched options differs.

Which market fields are populated

FieldTypeIn AustraliaNotes
countrystringpopulatedISO 3166-1 alpha-2, always AU in this schema. The applicant’s own country, which can differ from the routing lane.
currencystringpopulatedISO 4217 code for every figure on the deal.
monthly_revenue_bandstringpopulatedThe band the applicant selected, kept whatever monthly_revenue_basis says.
monthly_revenuenumberpopulatedMonthly figure. The parsed statements’ average monthly inflow once statements are in; before that the applicant’s figure. Read monthly_revenue_basis.
monthly_revenue_basisstringpopulatedstatements: the parsed statements’ average monthly inflow. reported: the applicant gave the figure. band_midpoint: the midpoint of the selected band. Precedence is always statements, then register, then applicant.
time_in_business_bandstringpopulatedThe band the applicant selected, kept whatever tib_months_basis says.
tib_monthsintegerpopulatedMonths in business. From the register’s incorporation date where the register is connected; read tib_months_basis.
tib_months_basisstringpopulatedregister: computed from the incorporation date on the company register. reported: from an exact trading start date the applicant gave. band_midpoint: the midpoint of the selected band. The register wins whenever it holds a date.
annual_turnovernumbernullAnnual figure. The latest filed accounts where the register carries them, else what the applicant stated. Never derived from the monthly figure.
annual_turnover_basisstringnullfiled_accounts: from the latest filed accounts on the register. reported: the applicant stated the figure.
company_numberstringpopulatedRegistration number on the country’s company register. Confirmed against the register where that market answers, otherwise as the applicant gave it; registry.status says which case this deal is in, and in the United States that varies by state.
entity_typestringpopulatedLegal form: the value from GET /enums/company-types for this market. From the applicant where the flow asks, else from the register; entity_type_basis says which.
entity_type_basisstringpopulatedapplicant: the legal form as the applicant gave it. register: read from the company register’s own record where the flow did not ask. Null when neither holds it.
vat_registeredbooleannullWhether the business is VAT registered: from the applicant where the flow asks, else from the VAT check. Null when neither holds it.
vatobjectnullThe check of the VAT number the applicant gave against the national VAT register. Null until a number is given.
identifiersobjectpopulatedThe company’s identifiers in Australia: exactly these keys. A key that is present and null is not on record yet.
registryobjectpopulatedPublic register facts for the company. Read registry.status before the facts.
directorobjectnullThe significant person as the flow captured them. Null until a funder’s question is answered.
credit_score_bandstringnullSelf-reported band, for example "700_plus". Asked where the flow needs it; null when the applicant was not asked.
regionstringnullThe state, two letters, derived from the business ZIP the applicant gave. Never inferred from anything else.
einstringnullEmployer identification number, XX-XXXXXXX, when the applicant gave it. Optional in the flow.
signup_ipstringnullThe applicant’s IP address at the moment of consent, for funders that require it.

Company types

ValueAbbreviationLegal formLocal nameFundable
proprietary_limited_companyPty LtdProprietary limited companyProprietary limited companyyes
public_companyLtdPublic companyPublic company limited by sharesyes
trustTrustTrading trustDiscretionary or unit trust with a corporate trusteeyes
partnershipPartnershipPartnershipPartnershipaccepted, not fundable
sole_traderSole traderSole traderSole traderaccepted, not fundable

Australia has no connected register yet, so market.entity_type is what the applicant gave and is null on the deal until the register confirms it.

Amount and revenue bands

A band stays a band. Where we derive a number from a band, the payload says so in the matching _basis field, so never treat a derived figure as reported.

fundingLabelDerived value
under_25kUnder A$25Knot derived
25k_50kA$25K – A$50Knot derived
50k_100kA$50K – A$100Knot derived
100k_250kA$100K – A$250Knot derived
250k_500kA$250K – A$500Knot derived
500k_1mA$500K – A$1Mnot derived
1m_2mA$1M – A$2Mnot derived
2m_5mA$2M – A$5Mnot derived
5m_15mA$5M – A$15Mnot derived
15m_50mA$15M – A$50Mnot derived
monthly revenueLabelDerived value
under_10kUnder A$10Knot derived
10k_20kA$10K – A$20Knot derived
20k_50kA$20K – A$50Knot derived
50k_75kA$50K – A$75Knot derived
75k_100kA$75K – A$100Knot derived
100k_250kA$100K – A$250Knot derived
250k_plusA$250K+not derived
time in businessLabelDerived value
under_6mUnder 6 monthsnot derived
6_12m6 – 12 monthsnot derived
1_2y1 – 2 yearsnot derived
2y_plus2+ yearsnot derived
credit scoreLabelDerived value

Example market object

This is the market object exactly as GET /deals/{ref} returns it for this country.

🇦🇺 Australia, market object
{
  "market": {
    "country": "AU",
    "currency": "AUD",
    "monthly_revenue_band": "A$100K – A$250K",
    "monthly_revenue": 175000,
    "monthly_revenue_basis": "band_midpoint",
    "time_in_business_band": "2+ years",
    "tib_months": 287,
    "tib_months_basis": "register",
    "company_number": "53102443916",
    "entity_type": "proprietary_limited_company",
    "entity_type_basis": "register",
    "identifiers": {
      "abn": "53102443916"
    },
    "registry": {
      "source": "official_register",
      "status": "partial",
      "incorporated_on": "2002-10-08",
      "company_age_months": 287,
      "company_status": "Active",
      "company_type": "Australian Private Company",
      "sic_codes": null,
      "registered_office": {
        "line1": null,
        "line2": null,
        "locality": null,
        "region": "NSW",
        "postal_code": "2000",
        "country": "AU"
      },
      "directors": null,
      "psc_count": null,
      "accounts": null,
      "confirmation_statement": null,
      "charges_count": null,
      "has_insolvency_history": null,
      "filed_financials": null,
      "registers": null,
      "exemptions": null,
      "uk_establishments_count": null,
      "disqualified_directors_count": null,
      "registered_name": "ATLASSIAN PTY LTD",
      "identifiers": {
        "abn": "53102443916",
        "lei": null
      },
      "activity_codes": null,
      "officers": null,
      "filings": null,
      "share_capital": null,
      "business_description": null,
      "sections": {
        "profile": {
          "status": "available",
          "data": {
            "company_name": "ATLASSIAN PTY LTD",
            "company_status": "Active",
            "abn": "53102443916",
            "acn": "102443916",
            "type": "Australian Private Company",
            "company_type_code": "PRV",
            "is_asic_company": true,
            "abn_status_effective_from": "2002-10-08",
            "date_of_creation": "2002-10-08",
            "date_of_creation_basis": "abn_status_effective_from",
            "gst_registered_from": "2002-10-08",
            "business_names": [],
            "registered_office_address": {
              "address_line_1": null,
              "locality": null,
              "region": "NSW",
              "postal_code": "2000",
              "country": "AU",
              "address_as_of": "2007-06-18"
            },
            "sic_codes": null,
            "directors": null
          }
        },
        "officers": {
          "status": "unavailable",
          "data": null
        }
      },
      "checked_at": "2026-09-11T14:02:41.670Z"
    },
    "director": null
  }
}

Validation to expect

  • market.country is AU, never the routing lane and never an alpha-3 code.
  • Every monetary figure on the deal is in AUD.
  • Phone numbers arrive in E.164, for example +61 412 345 678.
  • market.company_number carries the register number and market.registry carries the register facts.
  • market.region does not exist in this market: it is a US and Canada key.
  • The market object carries 14 keys in Australia; a key that is present and null is not known yet, a key that is absent is not part of this market. Keys this market does not carry: annual_turnover, annual_turnover_basis, vat_registered, vat, credit_score_band, region, ein, signup_ip.

Reference

The full field list, types and response schema live on Retrieve a deal, where the country switcher shows this market's example inline.

On this page