OPay
Opay 是许多客户首选的交易尼日利亚数字钱包。
支付方式属性
属性 | 值 |
---|---|
可用国家代码 | 尼日利亚(NG) |
消费者货币 | NGN |
处理货币 | NGN |
结算货币 | NGN |
类型 I | 电子钱包 (wallet) |
类型 II | opay |
会话超时 | 1小时 |
退款 | 支持全额退款,不支持部分退款 |
拒付 | 不支持 |
集成类型 | 异步 |
交易流程
- 消费者在商家结账时选择使用 opay支付。
- 商户系统将付款请求转发给 Future Pay。
- Future Pay向opay发起支付请求。
- 在opay响应后,Future Pay将响应转发给商户。
- 消费者确认付款后,opay通知支付成功结果到Future Pay。
- Future Pay向商户发送成功通知,商户通知消费者支付成功。
集成
交易调用输入
{
"amount": {
"currency": "NGN",
"value": 201
},
"paymentMethod":{
"holderName":"test",
"telephoneNumber":"123456456",
"shopperEmail":"[email protected]",
"type":"opay"
},
"productDetail": "test",
"countryCode": "NG",
"origin": "rrrrrr.com",
"reference": "show17855224q114",
"shopperReference": "show17855224q114",
"returnUrl": "https://www.baidu.com/"
}
交易调用输出
{
"code": "0",
"msg": "success",
"serverTime": 1728633576429,
"data": {
"action": {
"paymentMethodType": "opay",
"url": "https://r2.girogate.de/molpay/S1389/I?tx=2334590813&rs=ZMQklSaGdmdZw9NTiM16xen8591YbjuY&cs=e1f62ec550918e3471308d9e34a830e3d7f22dc40690616190a9c16d8f653049",
"method": "Get",
"type": "redirect"
},
"amount": {
"currency": "NGN",
"value": 201
},
"merchantReference": "9B6F974D3DB8436AA2B139551933FF08",
"pspReference": "1844649030089572352",
"resultCode": "PENDING"
},
"success": true
}
Updated 3 days ago