What is Opening Banking?
Open Banking is a service that gives you greater access to and control of information relating to your banking products and services (Consumer data sharing).
Open banking is part of new legislation passed by the Australian Government called Consumer Data Right (CDR). The aim of the legislation is to increase competition between banks, building societies, credit unions and accredited third parties.
Consumer data sharing
Consumer data sharing means you will be able to authorise specific banking data to be shared with accredited third parties. This information can only be used by the accredited third party for purposes you consent to and will allow the third party to tailor the service they provide for you. Any third party that requests your data will need to be accredited by the Australian Competition and Consumer Commission (ACCC) before they can request or receive your data.
To find out who is accredited by the ACCC to receive data through open banking, take a look at the ACCC website.
Is it secure?
Third parties providing services via Open Banking must be accredited by the ACCC and comply with all privacy and security requirements.
When is it available to TCU members?
Product Information – 1 October, 2020
Information about our products including features, eligibility, rates and fees will be available from 1 October 2020.
Member and Account Transaction data – 1 July 2021
You will get access to share your data from 1 July 2021, starting with information about your savings, transactions and term deposit accounts.
You will have full control over what is shared, with whom and for what purposes. You have full control over when to start sharing and when to stop sharing.
For Developers
The TCU PRD API is as defined by the Consumer Data Standards and supports all features.
Version: 3
API: https://tcu.prd.cdr.systems/csd-au/v1
Get Products:
Obtain a list of products that are currently openly offered to the market.
Technical specifications, code samples and example responses can be found here:
https://consumerdatastandardsaustralia.github.io/standards/#get-products
Get Product Detail:
Obtain detailed information on a single product offered openly to the market.
Technical specifications, code samples and example responses can be found here:
https://consumerdatastandardsaustralia.github.io/standards/#get-product-detail
Get Products Example:
GET https://tcu.prd.cdr.systems/csd-au/v1/banking/products HTTP/1.1
Accept-Encoding: gzip,deflate
x-v: 3
charset: utf-8
Accept: */*
Content-Type: application/json
Host: https://prd.tcu.com.au
For further technical details of the above APIs, please visit the Consumer Data Standards website.