This page contains past release notes for the SMSF Alias lookup API.
Version 1.0.42 released on 2 December, 2021
This is a proposed version of the API. It is available on the sandbox environment for you to test and give feedback on.
We have modified the request and response schema elements of the Provider resource. The request and response schema now adhere to SBR taxonomy, giving it a consistent look compared to the other APIs.
Changes
Following are the changes.
Example that outlines the new schema of the Provider resource:
"providers": [ { "gateway": { "organisationalName": "MessageXchange", "startDate": "04/08/2014", "endDate": "31/12/9999", "electronicServiceAddressAlias": "AUSPOSTSMSF", "electronicServiceAddress": https://ebms3.messagexchange.com/sendmsg/ebms3/?PARAM=UHJvamVjdElEPTkxMA, "electronicContact": { "telephoneAreaCode": "03", "telephoneNumber": "86220200", "emailAddress": support@messagexchange.com, "webUniformResourceLocator": http://www.auspost.com.au/business-solutions/self-managed-super-fund.html, } }, "provider": { "organisationalName": "Australia Post", "electronicContact": { "emailAddress": superannuation@auspost.com.au, "webUniformResourceLocator": http://www.auspost.com.au/business-solutions/self-managed-super-fund.html, } }, "certifications": ["CONT1.0-X"] }, { "gateway": { "organisationalName": "MessageXchange", "startDate": "09/04/2014", "endDate": "31/12/9999", "electronicServiceAddressAlias": "CFSCSSMSF", "electronicServiceAddress": https://ebms3.messagexchange.com/sendmsg/ebms3/?PARAM=UHJvamVjdElEPTkxMA==, "electronicContact": { "telephoneAreaCode": "03", "telephoneNumber": "86220200", "emailAddress": support@messagexchange.com, "webUniformResourceLocator": https://www3.colonialfirststate.com.au/personal/products/firstwrap/smsf-information.html, } }, "provider": { "organisationalName": "Colonial First State Custom Solutions", "electronicContact": { "emailAddress": Customercare@colonialfirststate.com.au, "webUniformResourceLocator": https://www3.colonialfirststate.com.au/personal/products/firstwrap/smsf-information.html, } }, "certifications": ["CONT1.0-X"] } ]
Refer the open API specifications (especially the Provider resource) to view the changes.
This is a breaking change compared to the previous version as the schema elements have changed. The previous version was put up to get initial feedback and we have now made the changes based on the feedback.
Version 1.0.13 released on 11 November, 2021
This is an initial draft version of the API. It outlines the proposed open API specifications for your review and feedback.
Go back to SMSF Alias lookup API