---
title: "In Australian Banking, the API Is a Commodity — CDR Made It Table Stakes"
url: https://daily.dev/posts/in-australian-banking-the-api-is-a-commodity-cdr-made-it-table-stakes-bpgwlwrbx
source_url: https://apievangelist.com/2026/08/22/australian-banking-apis-are-a-commodity-cdr-made-it-table-stakes
type: article
source: "API Evangelist"
published: 2026-08-22T11:47:05.086Z
updated: 2026-08-22T11:47:28.236Z
tags: ["architecture", "fintech", "regulation", "openapi"]
reading_time: 5
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# In Australian Banking, the API Is a Commodity — CDR Made It Table Stakes

**[API Evangelist](https://daily.dev/sources/apievangelist)** · 5 min read · 2 upvotes · 0 comments

## Summary

Analysis of Australia's Consumer Data Right (CDR) banking API mandate finds that fifty accredited banks all re-host the identical Consumer Data Standards Banking API v1.36.0 contract, making the API itself a commodity rather than a differentiator. Every resource is read-only (GET only, no payment initiation, unlike UK/EU open banking), gated behind OAuth2/OIDC with FAPI over mTLS aside from the public Product Reference Data endpoint. Only two banks, Up (Bendigo & Adelaide Bank) and partially Commonwealth Bank, ship anything beyond the mandated baseline, such as webhooks, event contracts, or a branded developer portal. The argument is that mandated compliance produced existence but not quality, and that real value will accrue in developer experience, documentation, rate limits, and trust posture built around the commodity contract rather than the API resource itself.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://apievangelist.com/2026/08/22/australian-banking-apis-are-a-commodity-cdr-made-it-table-stakes>

## Questions this post answers

### Does Australia's Consumer Data Right (CDR) support payment initiation like UK Open Banking?

No, Australian CDR banking APIs are a data-sharing regime, not a payment-initiation regime. Every resource in the baseline Consumer Data Standards Banking API v1.36.0 is a read-only GET endpoint covering products, accounts, balances, transactions, direct-debits, scheduled-payments, payees, and customer data, with no POST /payments or action endpoint, unlike the UK and EU where payment initiation is included.

_Teams comparing open banking regimes across regions can track these API design differences on daily.dev._

### Which Australian banks offer more than the mandated CDR banking API?

Out of fifty accredited data holders, only two go beyond the mandated Consumer Data Standards baseline. Up, a brand of Bendigo & Adelaide Bank, built its own developer API with attachments, categories, tags, webhooks, an AsyncAPI event contract, published rate limits, and self-serve personal-access tokens. Commonwealth Bank partially differentiates by wrapping CDR endpoints in a first-party developer portal and business-banking variant.

_Fintech developers scoping bank integrations can follow which providers actually differentiate their APIs via daily.dev._

### Why is every Australian bank's CDR API considered identical?

Under the Consumer Data Right, the Data Standards Body publishes a single OpenAPI contract, the Consumer Data Standards Banking API v1.36.0, and every accredited data holder re-hosts that identical contract under its own host. NAB's own provenance notes describe the surface as not NAB-proprietary but the shared CDS Banking API, and Suncorp, Teachers Mutual, Newcastle Permanent, IMB, Macquarie, and ANZ carry the same note, making forty-eight of fifty banks byte-identical at the API layer.

_Developers evaluating open banking ecosystems can compare API commodification trends like this on daily.dev._

## Similar posts on daily.dev

- [The open banking divide in South Africa](https://daily.dev/posts/the-open-banking-divide-in-south-africa-o5ydtb6fe) · TechCentral · 0 upvotes · 0 comments
- [How Secure Is The World’s Most-Used Banking API?](https://daily.dev/posts/how-secure-is-the-world-s-most-used-banking-api--2c0jf6eip) · Nordic APIs · 0 upvotes · 0 comments
- [FAPI for Developers: Here Is Your Guide](https://daily.dev/posts/fapi-for-developers-here-is-your-guide-bhasbajlk) · Auth0 · 1 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#fintech](https://daily.dev/tags/fintech), [#regulation](https://daily.dev/tags/regulation), [#openapi](https://daily.dev/tags/openapi)

[View this post on daily.dev](https://daily.dev/posts/in-australian-banking-the-api-is-a-commodity-cdr-made-it-table-stakes-bpgwlwrbx)
