业务类型
概述
关于业务类型的重要性与作用
- 
明确业务流程 
 业务类型是系统用来识别、分类和追踪交易场景的关键字段。每一笔收款都会携带一个业务类型,用于标识该笔交易属于哪种业务流程。
- 
优化通道路由选择 
 按业务类型挑选更合适的收款通道,显著提升通过率与经营效率。
请求地址:POST  /api/v1/reference/va-business-type-list
字段说明
输入参数
输入请求参数为空,但需传递空对象
响应参数
| 字段名称 | 类 型 | 说明 | 
|---|---|---|
| name | string | mcc名称 | 
| code | string | mcc编码 | 
集成
查询业务信息调用输入
{
}查询业务信息调用输出
{
    "code": "0",
    "msg": "succeeded",
    "serverTime": 1761819143023,
    "data": {
        "B2B贸易": [
            {
                "businessTypeId": 188,
                "name": "服务贸易-其他"
            },
            {
                "businessTypeId": 187,
                "name": "服务贸易-佣金"
            },
            {
                "businessTypeId": 186,
                "name": "服务贸易-信息技术"
            },
            {
                "businessTypeId": 185,
                "name": "服务贸易-广告"
            },
            {
                "businessTypeId": 184,
                "name": "服务贸易-航旅"
            },
            {
                "businessTypeId": 183,
                "name": "服务贸易-物流"
            },
            {
                "businessTypeId": 119,
                "name": "货物贸易"
            }
        ],
        "Electronic business platform": [
            {
                "businessTypeId": 125,
                "name": "Amazon"
            }
        ],
        "Independent station": [
            {
                "businessTypeId": 10000003,
                "name": "Stripe"
            },
            {
                "businessTypeId": 123,
                "name": "Shopyy自建站"
            },
            {
                "businessTypeId": 122,
                "name": "Shopline自建站"
            },
            {
                "businessTypeId": 121,
                "name": "Shoplaza自建站"
            },
            {
                "businessTypeId": 120,
                "name": "Shopify自建站"
            }
        ]
    },
    "success": true
}Updated about 16 hours ago