Chile ATM Payment


属性
可用国家代码CL
消费者货币CLP
处理货币CLP
结算货币USD
类型 I银行转账 (cash)
类型 IIcashcl
会话超时360分钟
退款不支持退款
集成类型异步

集成

参数名类型必填说明
referenceString订单唯一标识
amountObject订单金额信息
├── currencyString货币类型
├── valueNumber金额数值,单位为最小货币单位
productDetailString订单描述
countryCodeString国家代码
originString订单来源,如商城域名
paymentMethodObject支付方式信息
├── shopperEmailString付款人邮箱
├── telephoneNumberString手机号码
├── bankNameString银行code
├── typeString支付方式
returnUrlString支付完成后返回的 URL
shopperReferenceString付款人唯一标识

交易调用的额外输入

字段名称类型必填示例值可选值
bankNameStringM如:"8614"银行代码 (bankName) 详细列表见下方表格

银行名称 (bankNameDesc)银行代码 (bankName)最大限额 (max_limit)
CajaVecina82426700000
Banco Estado Express82416700000

交易调用输入

{
    "reference": "ljw1762843538524",
    "amount": {
        "currency": "CLP",
        "value": 1000
    },
    "productDetail": "ljwtest",
    "countryCode": "CL",
    "origin": "fffmall.com",
    "paymentMethod": {
        "shopperEmail": "[email protected]",
        "type": "cashcl",
        "bankCode": "8425"
    },
    "processingCurrency": "CLP",
    "returnUrl": "https://www.baidu.com/",
    "shopperReference": "LLL176094740252"
}

交易调用输出

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