Common response messages

Last modified
On this page

Overview

This page lists the common response messages that you may get when making calls to the APIs available in our API catalogue.

Response messages

HTTP status

Response code

Response message

403

AUTH.10001

{
  "errors": [
    {
      "code": "AUTH.10001",
      "detail": "The agent number used with your ABN or credential is not related.",
   }
  ]
}

403

AUTH.10002

{
  "errors": [
    {
      "code": "AUTH.10002",
      "detail": "You are not authorised to lodge on behalf of this client.",
   }
  ]
}

403

AUTH.10003

{
  "errors": [
    {
      "code": "AUTH.10003",
      "detail": "Your credential is not linked to this registered agent number in Access Manager.",
   }
  ]
}

403

AUTH.10004

{
  "errors": [
    {
      "code": "AUTH.10004",
      "detail": "You do not have the correct permission for this action.",
   }
  ]
}

403

AUTH.10005

{
  "errors": [
    {
      "code": "AUTH.10005",
      "detail": "You are not authorised to lodge on behalf of this client.",
   }
  ]
}

403

AUTH.10006

{
  "errors": [
    {
      "code": "AUTH.10006",
      "detail": "The client you transmitted is not associated with the agent number you supplied and cannot be authorised.",
   }
  ]
}

403

AUTH.10007

{
  "errors": [
    {
      "code": "AUTH.10007",
      "detail": "An unexpected error has occurred. Please contact the Tax Office",
   }
  ]
}

403

AUTH.10008

{
  "errors": [
    {
      "code": "AUTH.10008",
      "detail": "You are not authorised to submit this request. Review permissions in Access Manager and try again.",
   }
  ]
}

403

AUTH.10010

{
  "errors": [
    {
      "code": "AUTH.10010",
      "detail": "Unauthorised to view the client record.",
   }
  ]
}

422

PYID.00001

{
  "errors": [
    {
      "code": "PYID.00001",
      "detail": "ABN is invalid",
      "source": {
        "parameter": "ABNBusiness" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00001

{
  "errors": [
    {
      "code": "PYID.00001",
      "detail": "ABN is invalid",
      "source": {
        "parameter": "ABNIntermediary" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00002

{
  "errors": [
    {
      "code": "PYID.00002",
      "detail": "RAN is invalid",
      "source": {
        "parameter": "RAN" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00003

{
  "errors": [
    {
      "code": "PYID.00003",
      "detail": "TAN is invalid",
      "source": {
        "parameter": "TAN" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00004

{
  "errors": [
    {
      "code": "PYID.00004",
      "detail": "WPN is invalid",
      "source": {
        "parameter": "WPN" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00005

{
  "errors": [
    {
      "code": "PYID.00005",
      "detail": "TFN is invalid",
      "source": {
        "parameter": "TFNIndividual" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

422

PYID.00005

{
  "errors": [
    {
      "code": "PYID.00005",
      "detail": "TFN is invalid",
      "source": {
        "parameter": "TFNBusiness" // source-param will be hard-coded in the shared flow response
    }
   }
  ]
}

500

AUTH.10009

{
  "errors": [
    {
      "code": "AUTH.10009",
      "detail": "An unexpected error has occurred. Please try again.  If the problem persists, please contact the Tax Office",
   }
  ]
}