Stapled super fund API – response messages

On this page

Overview


This page lists the response messages that you may get when making calls to the stapled super fund API.

The format the response message will take is:

        
            {
                "errors": [
                    {
                        "code": "RSF.00001",
                        "detail": Relevant code detail provided here within “ ”,
                        "source": "parameter": source and parameter provided if relevant within ""
                    }
                ]
            }
        
    

Response messages


HTTP status

Response code

Error detail

Troubleshooting

403

RSF.00004

Client is not authorised

Check authorisation details in Relationship Authorisation Manager (RAM)

422

RSF.00000

Exact message will be provided as per OAS schema validation. E.G. Instance Value ('AUAU') bit found in enum (possible values: ['ACT', 'NSW', 'NT', 'QLD', 'SA', 'TAS', 'VIC', 'WA'])

Provide valid value

422

RSF.00001

If a TFN exemption code is present, Payee residential address or Payee postal address must be provided

Nil

422

RSF.00005

No fund details is found for the receipt number provided. Please check the receipt number and try again.

Nil

422

RSF.00006

Declaration must be completed before submitting the form.

Nil

422

RSF.EM95655

Registered Agent Number provided is not a valid Registered Agent Number

Provide valid Registered Agent Number

422

RSF.EM96631

At least one required Client address detail is not populated

Provide client address details

422

RSF.EMxxxxx

Your request cannot be processed. Please contact ATO
Note: xxxxx can be any other backend error code not mentioned explicitly on this tab

Nil

500

RSF.00002

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

Nil

500

RSF.00003

Your request cannot be processed. Please try again later. If the problem persists, please contact ATO

Nil

Go back to Stapled super fund API