Skip to main content

Touch 'n Go

Quick Start
  1. Sign up at tngdigital.com.my and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Touch 'n Go →

Overview

Touch 'n Go eWallet — Malaysia's leading digital wallet. Supports QR payments, online payments, and transit.

Provider IDtng_my
CategoryE-Wallets
Websitetngdigital.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

ParameterDescription
client_idClient ID
client_secretClient Secret

Example Configuration

{
"provider": "tng_my",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
COMPLETEDchargedPayment successful
PENDINGchargingPayment pending
FAILEDrejectedPayment failed

Resources