Touch 'n Go
Quick Start
- Sign up at tngdigital.com.my and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Touch 'n Go eWallet — Malaysia's leading digital wallet. Supports QR payments, online payments, and transit.
| Provider ID | tng_my |
| Category | E-Wallets |
| Website | tngdigital.com.my |
Supported currencies: MYR
Supported operations: charge
Authentication
- Method: OAuth2 (
client_id,client_secret) - Base URL:
https://api.tngdigital.com.my/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | Client ID |
client_secret | Client Secret |
Example Configuration
{
"provider": "tng_my",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
COMPLETED | charged | Payment successful |
PENDING | charging | Payment pending |
FAILED | rejected | Payment failed |