API Reference - ASIC Form RA63

ASIC Form RA63 v1.00

Request Company Debt Report for a specified company

Create a RA63 form application for to request company debt report for a specified company. An API call to this endpoint will return a JSON response with the requst ID. If the application has been approved, an successful validation report will be returned together with the ASIC document number.

  • identifier string / mandatory / maximum 17 characters
    Unique identifier for the request
  • declaration array / mandatory
    Array with signing agent's details
    • family_name
      string / mandatory / maximum 30 characters
      Agent last name
    • given_name1
      string / mandatory / maximum 20 characters
      Agent first name
    • given_name2
      string / maximum 20 characters
      Agent middle name
    • given_name3
      string / maximum 20 characters
      Agent middle name
    • company_office
      string / mandatory
      Agent's role. Value: AGT as per Table 0011
    • date_signed
      date / mandatory
      Signing date. Accepted format YYYYMMDD
    • declares_authorised
      string / mandatory
      Declares that the agent is authorised. Value: Y or N
  • company_id
    array / mandatory
    Array with company identification details
    • company_name
      string / mandatory / maximum 200 characters
      Full company name
    • acn
      string / mandatory / maximum 9 digits
      Company ACN
  • test_transmission
    string
    Is this a test transmission? Value: Y or N
POST to /api/v1/ra63
{  
    "identifier":"",
    "declaration":{  
        "family_name":"",
        "given_name1":"",
        "given_name2":"",
        "given_name3":"",
        "company_office":"",
        "date_signed":"",
        "declares_authorised":"",
    },
    "company_id":{  
        "company_name":"",
        "acn":""
    },
    "test_transmission" : ""
}
some of our integration partners
GetEDGE Integration Partners - Company Registration API & EDGE APIs