1. 收单
连连开放平台文档
  • 返回首页
  • 纯支付
  • 收单
    • 网关支付-统一创单
      POST
    • 条码支付-统一支付
      POST
    • 快捷支付申请
      POST
    • 网银支付
      POST
    • 企业网银订单支付
      POST
    • 聚合收银台支付
      POST
  • 分账
    • 分账配置申请
      POST
    • 分账配置查询
      POST
    • 订单分账申请
      POST
  1. 收单

企业网银订单支付

正式环境
https://openapi.lianlianpay.com/mch
正式环境
https://openapi.lianlianpay.com/mch
POST
https://openapi.lianlianpay.com/mch
/v1/ipay/ebankorderpay
企业网银订单支付
生产环境地址:https://openapi.lianlianpay.com/mch/v1/ipay/ebankorderpay
测试环境地址:https://openapi-test2.lianlianpay-inc.com/mch/v1/ipay/ebankorderpay

请求参数

Header 参数

Body 参数application/json

示例
{
    "mch_id": "string",
    "user_id": "string",
    "txn_seqno": "string",
    "txn_time": "string",
    "order_amount": 0,
    "order_info": "string",
    "pay_expire": 0,
    "notify_url": "string",
    "txn_platform": "ECOMMERCE_PLATFORM",
    "extend_info": "string",
    "remark": "string",
    "memo": "string",
    "busi_scene": "MERCHANDISE_PROCUREMENT",
    "goods_info": [
        {
            "goods_id": "string",
            "goods_name": "string",
            "goods_category": "string",
            "goods_quantity": "string",
            "goods_price": "string",
            "goods_body": "string"
        }
    ],
    "payer_info": {
        "account_bank": "string",
        "account_bank_name": "string",
        "account_number": "string",
        "account_name": "string",
        "account_type": "BANK_ACCOUNT_CORPORATE",
        "license_number": "string"
    },
    "payee_info": {
        "account_bank": "string",
        "account_bank_name": "string",
        "account_number": "string",
        "account_name": "string",
        "account_type": "BANK_ACCOUNT_CORPORATE",
        "license_number": "string"
    },
    "device_info": {
        "device_id": "string",
        "device_type": "SMQ",
        "device_ip": "string",
        "device_gps": "string",
        "device_imei": "string",
        "device_imsi": "string",
        "device_iccid": "string",
        "device_wifimac": "string",
        "device_mac": "string"
    },
    "store_info": {},
    "sub_mch_info": {
        "sub_mch_total_quantity": "string",
        "sub_mch_show_quantity": "string",
        "sub_mch_unit": [
            {
                "sub_mch_name": "string",
                "sub_mch_mcc": "string",
                "sub_mch_id": "string",
                "sub_mch_id_no": "string",
                "sub_mch_id_type": "string",
                "goods_total_amount": "string",
                "goods_kinds_total_quantity": "string",
                "goods_unit_quantity": "string",
                "goods_unit_info": [
                    {
                        "goods_name": "string",
                        "goods_price": "string",
                        "goods_quantity": "string",
                        "goods_amount": "string"
                    }
                ]
            }
        ]
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.lianlianpay.com/mch/v1/ipay/ebankorderpay' \
--header 'Signature-Data;' \
--header 'Signature-Type: RSA' \
--header 'mch_id: 2020042200284052' \
--header 'sp_no;' \
--header 'timestamp: 20221109111509' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
    "mch_id": "string",
    "user_id": "string",
    "txn_seqno": "string",
    "txn_time": "string",
    "order_amount": 0,
    "order_info": "string",
    "pay_expire": 0,
    "notify_url": "string",
    "txn_platform": "ECOMMERCE_PLATFORM",
    "extend_info": "string",
    "remark": "string",
    "memo": "string",
    "busi_scene": "MERCHANDISE_PROCUREMENT",
    "goods_info": [
        {
            "goods_id": "string",
            "goods_name": "string",
            "goods_category": "string",
            "goods_quantity": "string",
            "goods_price": "string",
            "goods_body": "string"
        }
    ],
    "payer_info": {
        "account_bank": "string",
        "account_bank_name": "string",
        "account_number": "string",
        "account_name": "string",
        "account_type": "BANK_ACCOUNT_CORPORATE",
        "license_number": "string"
    },
    "payee_info": {
        "account_bank": "string",
        "account_bank_name": "string",
        "account_number": "string",
        "account_name": "string",
        "account_type": "BANK_ACCOUNT_CORPORATE",
        "license_number": "string"
    },
    "device_info": {
        "device_id": "string",
        "device_type": "SMQ",
        "device_ip": "string",
        "device_gps": "string",
        "device_imei": "string",
        "device_imsi": "string",
        "device_iccid": "string",
        "device_wifimac": "string",
        "device_mac": "string"
    },
    "store_info": {},
    "sub_mch_info": {
        "sub_mch_total_quantity": "string",
        "sub_mch_show_quantity": "string",
        "sub_mch_unit": [
            {
                "sub_mch_name": "string",
                "sub_mch_mcc": "string",
                "sub_mch_id": "string",
                "sub_mch_id_no": "string",
                "sub_mch_id_type": "string",
                "goods_total_amount": "string",
                "goods_kinds_total_quantity": "string",
                "goods_unit_quantity": "string",
                "goods_unit_info": [
                    {
                        "goods_name": "string",
                        "goods_price": "string",
                        "goods_quantity": "string",
                        "goods_amount": "string"
                    }
                ]
            }
        ]
    }
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "ret_code": "",
  "ret_msg": "",
  "mch_id": "",
  "txn_seqno": "",
  "platform_txno": "",
  "order_amount": "",
  "payload": "",
  "token": "",
  "extend_info": {
    "": ""
  }
}
上一页
网银支付
下一页
聚合收银台支付
Built with