Last modified
On this page
Overview
This page lists the response messages that you may get when making calls to the stapled super fund API.
Response messages
HTTP status |
Response code |
Response message |
---|---|---|
403 |
RSF.00004 |
{ "errors": [ { "code": "RSF.00004", "detail": "Client is not authorised" } ] } |
422 |
RSF.00000 |
{ "errors": [ { "code": "RSF.00000", "detail": "Exact message will be provided as per OAS schema validation. Eg. Instance value ('AUAU') not found in enum (possible values: ['ACT','NSW','NT','QLD','SA','TAS','VIC','WA'])", "source": { "pointer": "/source pointer": } } ] } |
422 |
RSF.00001 |
{ "errors": [ { "code": "RSF.00001", "detail": "If a TFN exemption code is present, Payee residential address or Payee postal address must be provided.", "source": { "pointer": "/payee/addressResidential": } } ] } |
422 |
RSF.00005 |
{ "errors": [ { "code": "RSF.00005", "detail": "No fund details is found for the receipt number provided. Please check the receipt number and try again.", "source": { "parameter": "{receipt}": } } ] } |
422 |
RSF.00006 |
{ "errors": [ { "code": "RSF.00006", "detail": "Declaration must be completed before submitting the form.", "source": { "pointer": "/declaration/statementAcceptedIndicator": } } ] } |
422 |
RSF.EM95655 |
{ "errors": [ { "code": "RSF.EM95655", "detail": "Registered Agent Number provided is not a valid Registered Agent Number", "source": { "parameter": "context": } } ] } |
422 |
RSF.EM96631 |
{ "errors": [ { "code": "RSF.EM96631", "detail": "At least one required Client address detail is not populated", "source": { "pointer": "/payee/addressResidential": } } ] } |
422 |
RSF.EMxxxxx |
{ "errors": [ { "code": "RSF.EMxxxxx", "detail": "Your request cannot be processed. Please contact ATO.", } ] } Note : xxxxx can be any other backend error code not mentioned explicitly on this tab. |
500 | RSF.00002 |
{ "errors": [ { "code": "RSF.00002", "detail": "Your request cannot be processed to the service level agreement. Please use the corresponding GET action with the provided receipt number to get the request outcome." } ] } |
500 |
RSF.00003 |
{ "errors": [ { "code": "RSF.00003", "detail": "Your request cannot be processed. Please try again later. If the problem persists, please contact ATO." } ] } |
Go back to Stapled super fund API