Touch 'n Go
| Features | |
|---|---|
| Method | Wallet, Async - GET Redirect |
| Merchant countries | Malaysia |
| Consumer countries | Malaysia |
| Processing currencies | MYR |
| Increments | - |
| Captures | - |
| Partial/Multiple partial captures | - |
| Cancels | - |
| Partial/Multiple partial cancels | - |
| Refunds | ✅ |
| Partial/Multiple partial refunds | ✅ |
| Recurring | - |
| Installments | - |
| Credits | - |
| Disputes | - |
| Min Amount | 1.01 |
| Account verification | - |
Touch 'n Go eWallet is a Malaysian digital wallet and online payment platform, established in Kuala Lumpur. It allows users to make local currency payments in-store via QR code, pay for toll roads and gas via RFID, pay bills and car parking, make online payments for e-commerce, and more.
Payment flow

Payments
Request
{
"processingAccountId": "2HdN2jq6XWmlkhqRC2gDTNYCvNH",
"merchantReference": "B2A8734D-9450-4915-A63D-FE5C21F09550",
"amount": {
"value": 200,
"currency": "myr"
},
"paymentMethod": {
"type": "touch_n_go",
"touchNGo": {
"returnUrl": "https://merchant.site/complete-payment",
"consumer": {
"email": "consumer@email.com",
}
}
}
}
Response
{
"id": "27yijkDMO0xucxF352dBNKdemoT",
"merchantReference": "B2A8734D-9450-4915-A63D-FE5C21F09550",
"status": "pending",
"trackingUrl": "/v1/tracks/payments/{trackId}",
"reason": {
"code": "required_next_step",
"description": "An additional step is needed to complete the payment."
},
"nextStep": {
"type": "redirect",
"redirect": {
"method": "get",
"url": "https://payment.method/complete"
}
}
}