子商户信息


添加子商户以及个人信息

添加子商户以及个人信息

端点目标 URL

字段说明

调用的特定输入参数

字段名称必填类型描述
merchantNameMstring(1,255)子商户昵称
merchantEmailMstring(1,64)子商户邮箱
personalInformation.longTermEffectivenessMboolean证件长期有效
personalInformation.nationalityMstring(2)国籍(通过获取字典数据 接口获取dictKey=nationality)
personalInformation.identityTypeMinteger证件类型(1:身份证,2:护照)
personalInformation.identityNumberMstring(1,50)证件号码
personalInformation.firstNameMstring(1,50)英文名
personalInformation.lastNameMstring(1,50)英文姓
personalInformation.firstNameCnMstring(1,50)中文名
personalInformation.lastNameCnMstring(1,50)中文姓
personalInformation.dateOfBirthMstring(10)出生日期(yyyy-MM-dd)
personalInformation.expirationDateBeganMstring(10)证件有效期开始(yyyy-MM-dd)
personalInformation.expirationDateEndedQstring(10)证件有效期结束(yyyy-MM-dd)(longTermEffectiveness = false时必填,其他情况为空)
personalInformation.residenceCountryMstring居住国家iso2位编码(通过获取国家接口获取)
personalInformation.residenceProvinceQstring居住省份id(居住国家下存在省份时必填)(通过获取省份接口获取)
personalInformation.residenceCityQstring居住城市id(居住省份下存在城市时必填)(通过获取城市接口获取)
personalInformation.residenceAddressMstring(1,200)居住地址
personalInformation.residenceZipMstring(1,20)居住邮编
personalInformation.portraitFaceMstring证件人像面(文件url通过文件上传获取)
personalInformation.nationalEmblemSurfaceQstring证件国徽面(identityType=1时必填)(文件url通过文件上传 获取)
personalInformation.proofOfAddressM[string]地址证明文件(文件url通过文件上传 获取)
dynamicDataListMlist个性化表单数据集合
dynamicDataList.configKeyMstring个性化表单配置key
dynamicDataList.valueFrameworkMobject个性化表单数据
linkToLiveVerification.verificationLinkOstring验证链接
linkToLiveVerification.validityTimeOstring验证到期
linkToLiveVerification.statusOstring验证状态

响应data参数

查询子商户详情接口一致

集成

添加子商户调用输入

{
        "merchantName": "testName",
        "merchantEmail": "[email protected]",
        "personalInformation": {
            "nationality": "CN",
            "identityType": "1",
            "identityNumber": "110000194910010101",
            "firstName": "firstName",
            "lastName": "lastName",
            "firstNameCn": "名",
            "lastNameCn": "姓",
            "dateOfBirth": "1949-10-01",
            "expirationDateBegan": "1949-10-01",
            "expirationDateEnded": "2025-12-12",
            "residenceCountry": "CN",
            "residenceProvince": "2257",
            "residenceCity": "19332",
            "residenceAddress": "详细地址",
            "residenceZip": "110100",
            "portraitFace": "1989162017658933248",
            "nationalEmblemSurface": "1989162072558178304",
            "proofOfAddress": [
                "1989162072558178304"
            ],
            "longTermEffectiveness": false
        },
        "businessInformation": {
            "applyProducts": [
                "GLOBAL_RECEIVABLES"
            ],
            "tradingVolume": "11111.00",
            "transactionsNumber": "11",
            "averageCollectionAmount": "11.00",
            "averagePaymentAmount": "12.00",
            "businessWebsite": [
                "https://premerchant.futurepay-develop.com/"
            ],
            "industryCategory": "commerce_trade",
            "businessCountry": [
                "CN"
            ],
            "servicesType": "LOGISTICS_TRANSPORTATION_OTHER",
            "openingPurpose": "开户目的",
            "payingParty": [
                {
                    "name": "付款方甲",
                    "country": "CN",
                    "tradingVolume": "44",
                    "currency": "CNY"
                },
                {
                    "name": "付款方乙",
                    "country": "CN",
                    "tradingVolume": "33",
                    "currency": "CNY"
                },
                {
                    "name": "付款方丙",
                    "country": "CN",
                    "tradingVolume": "22",
                    "currency": "CNY"
                }
            ],
            "beneficiary": [
                {
                    "name": "受益人甲",
                    "country": "CN",
                    "tradingVolume": "44",
                    "currency": "CNY"
                },
                {
                    "name": "受益人乙",
                    "country": "CN",
                    "tradingVolume": "11",
                    "currency": "CNY"
                },
                {
                    "name": "受益人丙",
                    "country": "CN",
                    "tradingVolume": "22",
                    "currency": "CNY"
                }
            ]
        }
    }

添加子商户调用输出

{
    "code": "0",
    "msg": "success",
    "serverTime": "1763347647783",
    "data": {
        "subMerchantId": "1990250402871947264",
        "requestID": "89b4a43b-f358-451a-967f-3bcbf9f88cfe",
        "merchantName": "testName",
        "merchantEmail": "[email protected]",
				"status": "Filling",
      	"personalInformation": {
						"status":"Submitted",
            "nationality": "CN",
            "identityType": "1",
            "identityNumber": "110000194910010101",
            "firstName": "firstName",
            "lastName": "lastName",
            "firstNameCn": "名",
            "lastNameCn": "姓",
            "dateOfBirth": "1949-10-01",
            "expirationDateBegan": "1949-10-01",
            "expirationDateEnded": "2025-12-12",
            "residenceCountry": "CN",
            "residenceProvince": "2257",
            "residenceCity": "19332",
            "residenceAddress": "详细地址",
            "residenceZip": "110100",
            "portraitFace": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/0216b0cb6bf4458aa9d3317c664a4650.jpg?Expires=1763351247&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=Sdo5BWOgnznxM2%2FR%2FQjgn6NuknI%3D",
            "nationalEmblemSurface": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/c4fc11755d3c434f9b8e2c885511706d.jpg?Expires=1763351247&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=vLurtX%2BB3Z2nPNo7c%2FjAIjRPBBg%3D",
            "proofOfAddress": [
                "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/c4fc11755d3c434f9b8e2c885511706d.jpg?Expires=1763351247&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=vLurtX%2BB3Z2nPNo7c%2FjAIjRPBBg%3D"
            ],
            "longTermEffectiveness": false
        },
        "dynamicDataList": [
            {
                "configKey": "KYC_MERCHANT_BASIC",
                "status": "Submitted",
                "valueFramework": {
                    "transactionsNumber": "100",
                    "businessWebsiteList": [],
                    "funding": [
                        "salary_income",
                        "e_commerce_Platform",
                        "Advertising_Platform",
                        "Acquirer_Tool",
                        "Developer_Platform"
                    ],
                    "averageCollectionAmount": "1000",
                    "Materials": [
                        "baseInfo/1929803377366183936/kycAPI/abe944b2e61f4f958cd0560d478406f0.png"
                    ],
                    "applyProductList": [
                        "GLOBAL_RECEIVABLES"
                    ],
                    "businessCountryList": [
                        "CN"
                    ],
                    "EmploymentStatus": "Student",
                    "openingPurpose": "1111开户",
                    "tradingVolume": "1000",
                    "averagePaymentAmount": "1000"
                }
            },
            {
                "configKey": "KYC_MERCHANT_PAYER",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            },
            {
                "configKey": "KYC_MERCHANT_BENEFICIARY",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            }
        ],
        "linkToLiveVerification": null
    },
    "success": true
}


修改子商户个人信息

修改子商户个人信息

端点目标 URL

字段说明

调用的特定输入参数

添加子商户以及个人信息接口一致

响应data参数

查询子商户详情接口一致

集成

修改子商户调用输入

{
    "subMerchantId": "1990250402871947264",
    "merchantName": "testName",
    "merchantEmail": "[email protected]",
    "personalInformation": {
        "nationality": "CN",
        "identityType": "1",
        "identityNumber": "110000194910010101",
        "firstName": "firstName",
        "lastName": "lastName",
        "firstNameCn": "名",
        "lastNameCn": "姓",
        "dateOfBirth": "1949-10-01",
        "expirationDateBegan": "1949-10-01",
        "expirationDateEnded": "2025-12-12",
        "residenceCountry": "CN",
        "residenceProvince": "2257",
        "residenceCity": "19332",
        "residenceAddress": "详细地址",
        "residenceZip": "110100",
        "portraitFace": "1989162017658933248",
        "nationalEmblemSurface": "1989162072558178304",
        "proofOfAddress": [
            "1989162072558178304"
        ],
        "longTermEffectiveness": false
    }
}

修改子商户调用输出

{
    "code": "0",
    "msg": "success",
    "serverTime": "1763350047088",
    "data": {
        "subMerchantId": "1990250402871947264",
        "requestID": "511dfc3f-8d18-4fc3-9aa9-ad2494a675a0",
        "merchantName": "testName",
        "merchantEmail": "[email protected]",
				"status": "Filling",
        "personalInformation": {
            "nationality": "CN",
            "identityType": "1",
            "identityNumber": "110000194910010101",
            "firstName": "firstName",
            "lastName": "lastName",
            "firstNameCn": "名",
            "lastNameCn": "姓",
            "dateOfBirth": "1949-10-01",
            "expirationDateBegan": "1949-10-01",
            "expirationDateEnded": "2025-12-12",
            "residenceCountry": "CN",
            "residenceProvince": "2257",
            "residenceCity": "19332",
            "residenceAddress": "详细地址",
            "residenceZip": "110100",
            "portraitFace": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/0216b0cb6bf4458aa9d3317c664a4650.jpg?Expires=1763353647&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=NSXfN8g9YgGWJ1DuEeCL2X1zb00%3D",
            "nationalEmblemSurface": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/c4fc11755d3c434f9b8e2c885511706d.jpg?Expires=1763353647&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=SQSTzgJ%2B0MuHtP3aJLjF92BzyfA%3D",
            "proofOfAddress": [
                "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1866780349053448192/kycAPI/c4fc11755d3c434f9b8e2c885511706d.jpg?Expires=1763353647&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=SQSTzgJ%2B0MuHtP3aJLjF92BzyfA%3D"
            ],
            "longTermEffectiveness": null
        },
        "dynamicDataList": [
            {
                "configKey": "KYC_MERCHANT_BASIC",
                "status": "Submitted",
                "valueFramework": {
                    "transactionsNumber": "100",
                    "businessWebsiteList": [],
                    "funding": [
                        "salary_income",
                        "e_commerce_Platform",
                        "Advertising_Platform",
                        "Acquirer_Tool",
                        "Developer_Platform"
                    ],
                    "averageCollectionAmount": "1000",
                    "Materials": [
                        "baseInfo/1929803377366183936/kycAPI/abe944b2e61f4f958cd0560d478406f0.png"
                    ],
                    "applyProductList": [
                        "GLOBAL_RECEIVABLES"
                    ],
                    "businessCountryList": [
                        "CN"
                    ],
                    "EmploymentStatus": "Student",
                    "openingPurpose": "1111开户",
                    "tradingVolume": "1000",
                    "averagePaymentAmount": "1000"
                }
            },
            {
                "configKey": "KYC_MERCHANT_PAYER",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            },
            {
                "configKey": "KYC_MERCHANT_BENEFICIARY",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            }
        ],
        "linkToLiveVerification": {
            "verificationLink": null,
            "validityTime": null,
            "status": null
        }
    },
    "success": true
}

查询子商户信息

查询子商户信息

端点目标 URL

字段说明

调用的特定输入参数

字段名称必填类型描述
subMerchantIdMstring子商户商户号

响应data参数

字段名称类型描述
requestIDstring请求唯一id
subMerchantIdstring子商户商户号
merchantNamestring子商户昵称
merchantEmailstring(email)子商户邮箱
statusstring商户状态
personalInformationobject个人信息
personalInformation.statusstring模块状态
personalInformation.longTermEffectivenessboolean证件长期有效
personalInformation.nationalitystring国籍
personalInformation.identityTypeinteger证件类型
personalInformation.identityNumberstring证件号码
personalInformation.firstNamestring英文名
personalInformation.lastNamestring英文姓
personalInformation.firstNameCnstring中文名
personalInformation.lastNameCnstring中文姓
personalInformation.dateOfBirthstring出生日期(yyyy-MM-dd)
personalInformation.expirationDateBeganstring证件有效期开始(yyyy-MM-dd)
personalInformation.expirationDateEndedstring证件有效期结束(yyyy-MM-dd)
personalInformation.residenceCountrystring居住国家
personalInformation.residenceProvincestring居住省份
personalInformation.residenceCitystring居住城市
personalInformation.residenceAddressstring居住地址
personalInformation.residenceZipstring居住邮编
personalInformation.portraitFacestring证件人像面可查看链接
personalInformation.nationalEmblemSurfacestring证件国徽面可查看链接
personalInformation.proofOfAddress[string]地址证明文件可查看链接集合
dynamicDataListlist个性化表单数据集合
dynamicDataList.configKeystring个性化表单配置key
dynamicDataList.statusstring模块状态
dynamicDataList.valueFrameworkobject个性化表单数据
linkToLiveVerification.verificationLinkstring验证链接
linkToLiveVerification.validityTimestring验证到期
linkToLiveVerification.statusstring验证状态

集成

查询子商户信息调用输入

{
    "subMerchantId": "1988939494086324224"
}

查询子商户信息调用输出

{
    "code": "0",
    "msg": "success",
    "serverTime": "1765857261570",
    "data": {
        "subMerchantId": "1988939494086324224",
        "requestID": "5aef9014-0875-488a-85bb-448e1cd0b270",
        "merchantName": "merchantName111",
        "merchantEmail": "[email protected]",
        "status": "Filling",
        "personalInformation": {
            "nationality": "CN",
            "identityType": "1",
            "identityNumber": "identityNumber2222",
            "firstName": "firstName",
            "lastName": "lastName",
            "firstNameCn": "firstNameCn11",
            "lastNameCn": "lastNameCn22",
            "dateOfBirth": "2025-10-10",
            "expirationDateBegan": "2025-10-10",
            "expirationDateEnded": "2035-10-10",
            "residenceCountry": "CN",
            "residenceProvince": "2247",
            "residenceCity": "19598",
            "residenceAddress": "15125123",
            "residenceZip": "residenceZip",
            "portraitFace": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1929803377366183936/kycAPI/abe944b2e61f4f958cd0560d478406f0.png?Expires=1765860861&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=wcgwpqW8tgnBhIeUEyjXxRWeXTc%3D",
            "nationalEmblemSurface": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1929803377366183936/kycAPI/909a2dcdd84549f7bca9ac34a28cd973.jpg?Expires=1765860861&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=dxItudShjCio2JNVmpm%2F5j4vXu4%3D",
            "proofOfAddress": [
                "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/baseInfo/1929803377366183936/kycAPI/cc8f7f58f52244a1909fbd09e0f2c334.jpeg?Expires=1765860861&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=eX71vGsmJ28SXkIVoDoyykzhFog%3D"
            ],
            "status": "Submitted",
            "longTermEffectiveness": null
        },
        "linkToLiveVerification": {
            "verificationLink": null,
            "validityTime": null,
            "status": null
        },
        "dynamicDataList": [
            {
                "configKey": "KYC_MERCHANT_BASIC",
                "status": "Submitted",
                "valueFramework": {
                    "transactionsNumber": "100",
                    "businessWebsiteList": [],
                    "funding": [
                        "salary_income",
                        "e_commerce_Platform",
                        "Advertising_Platform",
                        "Acquirer_Tool",
                        "Developer_Platform"
                    ],
                    "averageCollectionAmount": "1000",
                    "Materials": [
                        "baseInfo/1929803377366183936/kycAPI/abe944b2e61f4f958cd0560d478406f0.png"
                    ],
                    "applyProductList": [
                        "GLOBAL_RECEIVABLES"
                    ],
                    "businessCountryList": [
                        "CN"
                    ],
                    "EmploymentStatus": "Student",
                    "openingPurpose": "1111开户",
                    "tradingVolume": "1000",
                    "averagePaymentAmount": "1000"
                }
            },
            {
                "configKey": "KYC_MERCHANT_PAYER",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            },
            {
                "configKey": "KYC_MERCHANT_BENEFICIARY",
                "status": "Submitted",
                "valueFramework": {
                    "list": [
                        {
                            "country": "US",
                            "name": "名称11",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称22",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        },
                        {
                            "country": "US",
                            "name": "名称32",
                            "tradingVolume": {
                                "amount": "101",
                                "currency": "USD"
                            }
                        }
                    ]
                }
            }
        ]
    },
    "success": true
}

子商户提交审核

子商户提交审核

端点目标 URL

字段说明

调用的特定输入参数

字段名称必填类型描述
subMerchantIdMstring子商户商户号

集成

子商户提交审核调用输入

{
    "subMerchantId": "1990250402871947264"
}

子商户提交审核调用输出

{
    "code": "0",
    "msg": "succeeded",
    "serverTime": "1763351728504",
    "success": true
}

字典对照表


模块状态

模块状态为待审核已通过时数据不可修改

valuename
UnSubmitted未填写
Submitted已填写
Pending待审核
Returned已退回
Verified已通过

商户状态

valuename
Filling填写中
Pending待审核
Activated已激活
Returned退回
Closed关闭

WEBHOOK

当子商户状态变更时,我们会发送如下通知到您的主商户回调地址

{
	"merchantId": "1866780349053448192",
	"notificationItems": [
		{
			"eventCode": "SUB_MERCHANT_STATUS_NOTIFY",
			"subMerchantId": 1990250402871947264,
			"status": "Activated",
			"eventDate": 1763359209167
		}
	]
}