Last modified
On this page
This page contains past release notes for the Stapled super fund API.
Version 1.0.68 released on 12th April 2022
- The endpoints have changed. You need to provide the payer and payee identifiers in the URL than the payload. Following are the new endpoint URLs –
POST {serverUrl}/super/v1/clients/ABN/{abn_payer}/payees/TFN/{tfn_payee}/stapledSuperFund
Use this endpoint to make the request for the stapled fund of a newly joined employee using the payer ABN.POST {serverUrl}/super/v1/clients/WPN/{wpn_payer}]/payees/TFN/{tfn_payee}/stapledSuperFund
Use this endpoint to make the request for the stapled fund of a newly joined employee using the payer WPN.GET {serverUrl}/super/v1/clients/ABN/{abn_payer}/payees/TFN/{tfn_payee}/stapledSuperFund/{receipt}
Use this endpoint to get the outcome of a previously made stapled fund POST request using the payer ABN and returned receipt number.GET {serverUrl}/super/v1/clients/WPN/{wpn_payer}/payees/TFN/{tfn_payee}/stapledSuperFund/{receipt}
Use this endpoint to get the outcome of a previously made stapled fund POST request using the payer WPN and returned receipt number.
- We have introduced a query parameter – context. The context parameter specifies the ABN of the intermediary, the tax agent number (TAN), or registered agent number (RAN)
- When a payer is submitting request for its newly joined payee: context not required.
- When an intermediary that is not an agent is acting on behalf of the payer requesting stapled super fund of the newly joined payee: context="ABN={abn_intermediary}"; note the intermediary does not have a TAN or a RAN as it is not an agent
- When an agent is acting on behalf of the payer requesting stapled super fund of the newly joined payee, TAN or RAN of the intermediary has to be provided in the context, for example, context="TAN={TAN}" or context="RAN={RAN}"
- Refer to the open API specification for more details
- We have provided a number of test scenarios that you can use to test the use of the stapled super fund API in your software in the sandbox environment. See stapled super fund API test scenarios.
Go back to Stapled super fund API