Thai QR Payment

可以与接受二维码付款的支付服务提供商连接。这样一来,客户就可以通过二维码从目标账户发送付款指令来进行付款。





支付方式属性

属性内容
可用国家代码泰国 (TH)
消费者货币泰铢 (THB)
处理货币泰铢 (THB)
结算货币美元 (USD)
类型 I电子钱包(Wallet)
类型 IIthaiqr
最小交易金额THB:1
最大交易金额THB:50,000
会话超时1 小时
退款支持全额退款
退款有效期360 天
拒付不支持


集成

交易调用输入

{
    "reference": "9B6F974D3DB8436AA2B139551933FF08",
    "amount": {
        "currency": "THB",
        "value": 100
    },
    "countryCode": "TH",
    "origin": "fffmall.com",
    "paymentMethod": {
        "holderName": "John Doe",
        "shopperEmail": "[email protected]",
        "type": "thaiqr"
    },
    "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": "thaiqr",
            "url": "https://r2.girogate.de/molpay/S1389/I?tx=2334590813&rs=ZMQklSaGdmdZw9NTiM16xen8591YbjuY&cs=e1f62ec550918e3471308d9e34a830e3d7f22dc40690616190a9c16d8f653049",
            "method": "Get",
            "type": "redirect"
        },
        "amount": {
            "currency": "THB",
            "value": 100
        },
        "merchantReference": "9B6F974D3DB8436AA2B139551933FF08",
        "pspReference": "1844649030089572352",
        "resultCode": "PENDING"
    },
    "success": true
}