OPay

Opay 是许多客户首选的交易尼日利亚数字钱包。

支付方式属性

属性
可用国家代码尼日利亚(NG)
消费者货币NGN
处理货币NGN
结算货币NGN
类型 I电子钱包 (wallet)
类型 IIopay
会话超时1小时
退款支持全额退款,不支持部分退款
拒付不支持
集成类型异步

交易流程

  1. 消费者在商家结账时选择使用 opay支付。
  2. 商户系统将付款请求转发给 Future Pay。
  3. Future Pay向‌opay发起支付请求。
  4. 在opay响应后,Future Pay将响应转发给商户。
  5. 消费者确认付款后,opay通知支付成功结果到Future Pay。
  6. 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
}