Skip to main content

Tokenisation Overview

Quick summary

Tokenisation replaces sensitive card data with a reusable token, allowing you to charge returning customers without storing raw card numbers.


What is tokenisation?

When a customer pays, Connected Payments can capture their card details and returns a token — a unique, non-sensitive reference to that card by using a series of flags during the transaction. You store the token, not the card number. Future payments are made by submitting the token instead of re-entering card details.


How tokens work

StepWhat happens
1. Card capturedCustomer enters card details via Web Integration or API
2. Token issuedConnected Payments returns a token linked to that card
3. Token storedYou store the token against the customer in your system
4. Token usedSubmit the token in future payment requests instead of card details
5. Token managedUpdate or delete tokens via the Tokenisation API as needed

Integration options

The customer enters their card into a Connected Payments-hosted iFrame. The token is returned to you after payment or card save. CommBank handles all card data.

Best for
  • eCommerce checkout
  • Subscription sign-up
  • Account-on-file setup
  • Standard payment flows

Benefits:

  • Lower implementation effort
  • Minimal ongoing maintenance
  • High customisation options

Choosing the right approach

Web IntegrationTokenisation API
Implementation effortLowerHigher
Ongoing maintenanceMinimalOngoing — you apply updates
CustomisationHighComplete
Best forStandard checkout flowsComplex or headless integrations

Hybrid approach

Many merchants combine both methods for maximum flexibility:

Use Web Integration for card capture

  • Customer-facing card entry
  • Initial token creation
  • Secure card handling
  • Reduced security burden
Note on hybrid approach

This hybrid approach gives you the security benefits of Web Integration for card capture while maintaining full programmatic control over token lifecycle management.


Next steps

GuideDescription
Integration GuideStep-by-step implementation instructions for both Web and API methods
Tokenisation SpecificsToken formats, silos, aliases, and advanced configuration
API ReferenceComplete API endpoint documentation