Payment Methods for Software Products in Australia
A practical look at PayID, BPAY, BNPL, and PayTo, and what each means for a product accepting payments in Australia.
Australia’s payment landscape is experiencing a significant transformation. Cards and the longstanding bill payment system BPAY still manage a substantial portion of transactions, but real-time, bank-to-bank channels based on the New Payments Platform are gradually setting the standard, particularly among younger and more digitally savvy customers. If you are developing a product for the Australian market, design with future payment trends in mind rather than solely past practices.
Whether you’re a new business creating a first checkout flow or an established company updating a payment process that has used the same system for a decade, the key question remains the same: which of these options do your customers actually expect, and what does implementing each one really entail.
The rails worth knowing

A handful of names cover most of what an Australian focused product needs to think about:
- PayID, a friendly addressing layer over the NPP that enables a real-time bank transfer using an email address, phone number, or ABN instead of a BSB and account number. It settles in seconds and is now the channel customers turn to first.
- BPAY, Australia’s well-established bill payment scheme, remains widely used for invoices and recurring payments through online banking, even as newer methods gain traction.
- “Buy now pay later choices” like Afterpay and Zip, which continue to genuinely appeal at checkout for a significant share of Australian consumers, particularly for higher value purchases.
BNPL merits a distinct mention, as the regulatory landscape beneath it shifted significantly in 2025. Buy now pay later suppliers are now officially regulated under Australia’s credit legislation as a type of low-cost credit agreement, introducing obligations such as credit checks and affordability assessments that were not previously enforced in the same manner. If your product partners with a BNPL provider, ensure that the chosen provider operates within the current regulatory framework, as this area has evolved rapidly and the regulations teams might recall from a few years ago are no longer comprehensive.
The alternative rail to monitor is PayTo, also built on NPP, enabling businesses to receive real-time, pre-authorized payments directly from a customer’s bank account. Positioned as a contemporary alternative to direct debit and card on file billing for subscriptions, consumer adoption has increased steadily, but business integration, meaning merchants accepting PayTo as a payment method, is still developing. Plan for it rather than substituting it for your current recurring billing today.
On the integration side, most teams reach these rails via a payment gateway instead of building directly against bank infrastructure. Stripe operates in Australia and manages card processing and Australian dollar settlement directly, but for local rails specifically, such as PayID or PayTo, coverage differs by platform and changes over time, so check current documentation for whichever gateway you choose rather than assuming every local rail is natively supported. Several Australian-focused payment gateways and BNPL-specific integrations exist to fill that gap, and for a BNPL provider in particular, integrating usually means adding their hosted checkout widget alongside your existing card flow rather than replacing it, since most customers still expect a standard card option to be available too.
In practice, a robust default for most Australian software products is cards paired with PayID for the real-time bank transfer expectation, with BNPL added where the customer base and average order value justify it. Treat BPAY as crucial if you are billing businesses or handling invoices, since many traditional Australian businesses still prefer to pay that way, and monitor PayTo as a lower-cost option for recurring payments as merchant-side support develops. These decisions don’t all need to be made simultaneously, but understanding the landscape before committing to a gateway saves a lot of rework later, particularly if PayID or PayTo support turns out to be more significant to your customers than initially thought.