Touch 'n Go eWallet

Touch ’n Go eWallet(简称 TNG eWallet 或 TNG)是马来西亚的电子钱包 / 移动支付平台。


属性
可用国家代码MY
消费者货币MYR
处理货币MYR
结算货币USD
类型 I电子钱包 (Wallet)
类型 IItouchngo
最低交易金额1.00 MYR
会话超时5分钟
退款不支持退款
集成类型异步

交易流程

  1. 消费者在商家的结账页面选择 Touch 'n Go eWallet 选项。

  2. 消费者被重定向到 Future Pay 托管的支付页面。

  3. 消费者点击按钮后跳转到支付页面,在那里进行完成支付。

  4. 消费者完成交易。

  5. 消费者被重定向对应页面。

集成

交易调用输入

{
    "reference": "9B6F974D3DB8436AA2B139551933FF08",
    "amount": {
        "currency": "MYR",
        "value": 100
    },
    "countryCode": "MY",
    "origin": "fffmall.com",
    "paymentMethod":{
        "shopperEmail":"[email protected]",
        "telephoneNumber":"603-21414552",
        "type":"touchngo"
    },
		"productDetail": "test",
    "returnUrl": "https://wallet.futurepay-develop.com/api/PayNotify/paymentSynchronous/business_merchant_id/1/order_id/2115",
    "shopperReference": "FP3d9bcb7a0cf84b80bfc814e1cc43c613"
}

交易调用输出

{
    "code": "0",
    "msg": "success",
    "serverTime": 1728633576429,
    "data": {
        "action": {
          "paymentMethodType": "fpx",
          "url": "https://r2.girogate.de/molpay/S1389/I?tx=2334590813&rs=ZMQklSaGdmdZw9NTiM16xen8591YbjuY&cs=e1f62ec550918e3471308d9e34a830e3d7f22dc40690616190a9c16d8f653049",
          "method": "Get",
          "type": "redirect"
        },
        "amount": {
            "currency": "MYR",
            "value": 100
        },
        "merchantReference": "9B6F974D3DB8436AA2B139551933FF08",
        "pspReference": "1844649030089572352",
        "resultCode": "PENDING"
    },
    "success": true
}