South Africa Online Banking

南非在线银行是一种支付方式,允许用户通过互联网银行平台直接进行在线支付。





支付方式属性

属性内容
可用国家代码南非 (ZA)
消费者货币南非兰特 (ZAR)
处理货币南非兰特 (ZAR)
结算货币美元 (USD)
类型 I银行转帐(Bank Transfer)
类型 IIonlinebanking
最小交易金额ZAR:1
最大交易金额ZAR:500,000
会话超时1 小时
退款支持全额退款、部分退款和多次部分退款
退款有效期360 天
拒付不支持

交易流程

  1. 在线结账时,消费者选择 Visa 或 Mastercard 作为首选支付方式;
  2. 消费者输入卡片详细信息;
  3. 消费者输入通过短信或其他方式发送的授权码验证交易;
  4. 确认付款.

集成

交易调用输入

{
    "amount": {
        "currency": "ZAR",
        "value": 100
    },
    "countryCode": "ZA",
    "origin": "fffmall.com",
    "paymentMethod": {
        "holderName": "John Doe",
        "shopperEmail": "[email protected]",
        "telephoneNumber": "27181234567",
        "type": "onlinebanking"
    },
    "reference": "24091205480081-397",
    "returnUrl": "https://wallet.futurepay-develop.com/api/PayNotify/paymentSynchronous/business_merchant_id/2/order_id/1709",
}

交易调用输出

{
    "code": "0",
    "msg": "success",
    "serverTime": 1728633576429,
    "data": {
        "action": {
            "paymentMethodType": "onlinebanking",
            "url": "https://r2.girogate.de/molpay/S1389/I?tx=2334590813&rs=ZMQklSaGdmdZw9NTiM16xen8591YbjuY&cs=e1f62ec550918e3471308d9e34a830e3d7f22dc40690616190a9c16d8f653049",
            "method": "Get",
            "type": "redirect"
        },
        "amount": {
            "currency": "ZAR",
            "value": 100
        },
        "merchantReference": "9B6F974D3DB8436AA2B139551933FF08",
        "pspReference": "1844649030089572352",
        "resultCode": "PENDING"
    },
    "success": true
}