# Monoova Token API

**Canonical:** https://apis.io/apis/monoova/monoova-token-api/  
**Provider:** Monoova — https://apis.io/providers/monoova/  
**Base URL:** https://api.mpay.com.au  
**Documentation:** https://developer.monoova.com/overview

Monoova Token API is one of 31 APIs that [Monoova](https://apis.io/providers/monoova/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Token. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

<h3> Overview </h3> <p> Using tokens is a way of increasing the security around sensitive information. A token can be used to obfuscate debit and credit details. The details of a token (its payload) are stored encrypted on the Engine servers. The tokening system has been designed such the generated token has no mathematical or algorithmic connection to the secret data held as the payload. The token is a random number that is manifested as a GUID. Currently two types of payloads can be held within the tokening system </p> <ul> <li> Australian Bank Account </li> <li> BPAY details </li> </ul> <p> Other payload types can be added if required. For example, if you have asked the user to enter their bank-account details on your website you can use the security/v1/createOneShotSecurityToken API to embed an OneShotSecurityToken in your page. Using this OneShotSecurityToken you can call the appropriate token/v1/create API passing the details. This way, the customer’s payload details are never passed through your server. </p>

## Operations (8)

| Method | Path | Summary |
|---|---|---|
| POST | `/token/v1/createAustralianBankAccount` | Create bank account token |
| POST | `/token/v1/createBPAY` | Create BPAY token |
| DELETE | `/token/v1/delete/{token}` | Delete token |
| GET | `/token/v1/get/{token}` | Get token details |
| GET | `/token/v1/list/{accountNumber}` | List tokens by mAccount |
| POST | `/token/v1/updateAustralianBankAccount` | Update bank account token |
| POST | `/token/v1/updateBPAY` | Update BPAY token |
| GET | `/token/v1/validate/{token}` | Validate token |

## Machine-readable artifacts (5)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/monoova/refs/heads/main/openapi/monoova-token-api-openapi.yml
- **Documentation** — https://developer.monoova.com/overview
- **APIReference** — https://api-docs.monoova.com/
- **Documentation** — https://developer.monoova.com/payto
- **Documentation** — https://developer.monoova.com/card-payments

## Other Monoova APIs (12)

- [Monoova Automatcher (Bank Account Receivables) API](https://apis.io/apis/monoova/monoova-automatcher-bank-account-receivables-api/)
- [Monoova BPAY API](https://apis.io/apis/monoova/monoova-bpay-api/)
- [Monoova Create Payment Using Token API](https://apis.io/apis/monoova/monoova-create-payment-using-token-api/)
- [Monoova Financial API](https://apis.io/apis/monoova/monoova-financial-api/)
- [Monoova Generate a Bearer Token API](https://apis.io/apis/monoova/monoova-generate-a-bearer-token-api/)
- [Monoova Generate a Client Session API](https://apis.io/apis/monoova/monoova-generate-a-client-session-api/)
- [Monoova Get Async Request Status API](https://apis.io/apis/monoova/monoova-get-async-request-status-api/)
- [Monoova Get Payment Method Token Details API](https://apis.io/apis/monoova/monoova-get-payment-method-token-details-api/)
- [Monoova Get Transaction By Date Range API](https://apis.io/apis/monoova/monoova-get-transaction-by-date-range-api/)
- [Monoova Get Transaction By Id API](https://apis.io/apis/monoova/monoova-get-transaction-by-id-api/)
- [Monoova Initiate a Payment API](https://apis.io/apis/monoova/monoova-initiate-a-payment-api/)
- [Monoova Ledger Account API](https://apis.io/apis/monoova/monoova-ledger-account-api/)

## Tags

Token

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/monoova/monoova-token-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/monoova/.
