Mobile Money
整合 MTN、Tigo 和 Vodafone 的移动支付服务,提供便捷、安全的金融交易,广泛覆盖多个国家和地区,支持存款、取款、转账和支付账单,极大提升了用户的支付体验和金融普惠性。
支付方式属性
属性 | 内容 |
---|---|
可用国家代码 | 乌干达 (UG) , 塞拉利昂 (SL) |
消费者货币 | 乌干达先令 (UGX) , 塞拉利昂利昂 (SLL) |
处理货币 | 乌干达先令 (UGX) , 塞拉利昂利昂 (SLL) |
结算货币 | 美元 (USD) |
类型 I | 电子钱包(Wallet) |
类型 II | mobilemoney |
最小交易金额 | UGX:1 SLL:1 |
最大交易金额 | UGX:500,000 SLL:500,000 |
会话超时 | 1 小时 |
退款 | 支持全额退款、部分退款和多次部分退款 |
退款有效期 | 360 天 |
拒付 | 不支持 |
交易流程
- 在线结账时,消费者选择 Mobile Money 作为首选支付方式;
- 消费者选择使用的 Mobile Money 提供商,如 MTN、Tigo 或 Vodafone;
- 消费者输入与 Mobile Money 账户关联的手机号码;
- 消费者输入接收到的 Mobile Money 账户的 PIN 码验证交易。
集成
交易调用输入
{
"amount": {
"currency": "UGX",
"value": 100
},
"countryCode": "UG",
"paymentMethod": {
"holderName": "John Doe",
"shopperEmail": "[email protected]",
"telephoneNumber": "256712345678",
"type": "mobilemoney"
},
"reference": "8C2FAD7F7CD54A259769F51FD9AE88B3-3"
}
交易调用输出
{
"code": "0",
"data": {
"action": {
"fields": [
"pin"
],
"method": "Post",
"paymentMethodType": "mobilemoney",
"type": "pin",
"url": "https://api.futurepay-develop.com/payin/chargeCard"
},
"amount": {
"currency": "UGX",
"value": 100
},
"merchantReference": "8C2FAD7F7CD54A259769F51FD9AE88B3-3",
"pspReference": "1839267160225087488",
"resultCode": "PENDING"
},
"msg": "success",
"serverTime": 1727350439625,
"success": true
}
Updated about 1 month ago