Pay with Thaibanks (Deeplink)
FuturePay可以连接到Kplus、SCB、KMA提供的收款服务,通过手机银行从买家的目标账户发送付款指令来接收付款。这项服务称为 Pay with Thaibanks。
支付方式属性
属性 | 内容 |
---|---|
可用国家代码 | 泰国 (TH) |
消费者货币 | 泰铢 (THB) |
处理货币 | 泰铢 (THB) |
结算货币 | 美元 (USD) |
类型 I | 银行转账(Bank Transfer) |
类型 II | thaibanksapp |
最小交易金额 | THB:1 |
最大交易金额 | THB:2,000,000 |
会话超时 | 1 小时 |
退款 | 支持全额退款 |
退款有效期 | 360 天 |
拒付 | 不支持 |
交易调用的额外输入
字段名称 | 类型 | 可选值 |
---|---|---|
bankName | Enum | kplus ,scb ,kma |
集成
交易调用输入
{
"reference": "9B6F974D3DB8436AA2B139551933FF08",
"amount": {
"currency": "THB",
"value": 100
},
"countryCode": "TH",
"origin": "fffmall.com",
"paymentMethod": {
"bankName": "kma",
"holderName": "John Doe",
"shopperEmail": "[email protected]",
"type": "thaibanksapp"
}
},
"returnUrl": "https://wallet.futurepay-develop.com/api/PayNotify/paymentSynchronous/business_merchant_id/1/order_id/2115",
"shopperReference": "FP3d9bcb7a0cf84b80bfc814e1cc43c613"
}
交易调用输出
{
"code": "0",
"data": {
"action": {
"method": "Get",
"paymentMethodType": "thaibanksapp",
"type": "redirect",
"url": "krungsri-kma://map.payment?tokenId=822b2d46a6e2463eaae3da1fb12cd36e"
},
"amount": {
"currency": "THB",
"value": 100
},
"merchantReference": "24112116335598-834",
"pspReference": "1859636411091779584",
"resultCode": "PENDING"
},
"msg": "success",
"serverTime": 1732206934431,
"success": true
}
Updated 2 months ago