acctSys
  1. 会员管理开户类接口
acctSys
  • MCC码-商户类别码
  • YINSHENG-网银支付(充值交易)支持银行
  • 交易类接口
    • 充值
      POST
    • 转账
      POST
    • 提现
      POST
    • 交易结果查询
      POST
    • 交易明细查询
      POST
  • 账户类接口
    • 账户余额查询
      POST
  • 其他类接口
    • 文件上传
      POST
    • 文件下载
      POST
  • 通知类接口
    • 交易回调通知接口
      POST
  • 绑卡类
    • 绑定银行卡请求
      POST
    • 绑定银行卡查询
      POST
  • 会员管理开户类接口
    • 个人会员信息提交
      POST
    • 企业会员信息提交
      POST
    • 会员银行开户
      POST
    • 会员银行开户类查询
      POST
  • 银盛特定接口
    • 银盛-钱包证件照片补充
      POST
  1. 会员管理开户类接口

企业会员信息提交

测试中
POST
{{act_boss}}/account/boss/entCustomerSubmit
银盛开户时,如需要经办人作为企业联系人,需要经办人信息(经办人邮箱,经办人地址,经办人身份证号,经办人姓名、经办人手机号)都传。而连连开户时,可以只传(经办人姓名、经办人手机号)。默认联系人使用法人信息

请求参数

Body 参数application/json
merchantsNo
integer 
商户编号
必需
merCustomerNo
string 
商户侧会员编号
必需
enterpriseName
string 
企业名称
必需
enterpriseTaxNo
string 
统一社会信用码
必需
operatorName
string 
经办人姓名
必需
operatorPhone
string 
经办人手机号
必需
enterpriseLicenseImageId
string 
营业执照文件ID
必需
legalPersonName
string 
法人姓名
必需
legalPersonIdCardNo
string 
法人身份证号
必需
legalPersonIdCardFontImageId
string 
法人身份证正面照片影像ID
必需
国徽面
legalPersonIdCardBackImageId
string 
法人身份证反面照片影像ID
必需
人像面
idCardValidityStartTime
string 
法人身份证开始时间
必需
格式为YYYY-MM-DD
idCardValidityEndTime
string 
法人身份证结束时间
必需
格式为YYYY-MM-DD
idCardHandImageId
string 
法人手持身份证照片
可选
银盛开户必传
email
string 
法人邮箱
可选
蓝海银行开户必传
enterpriseExpireDate
string 
企业证件有效期
必需
格式为YYYY-MM-DD
enterpriseStartDate
string 
企业证件开始日期
必需
格式为YYYY-MM-DD
industryLicenseNo
string 
开户许可证号
必需
industryLicenseImageId
string 
开户许可证照片ID
可选
银盛开户必传
enterpriseRegAddress
string 
企业注册地址
必需
enterprisePhone
string 
企业电话,开户注册电话优先选择该字段,如该字段为空,选择法人手机号注册
可选
蓝海银行开户必传
legalPersonPhone
string 
法人手机号
必需
enterpriseAbbreviation
string 
企业简称
必需
legalCertificationAuthority
string 
法人证件发证机关
可选
蓝海银行开户必传
legalNation
string 
法人民族
可选
蓝海银行开户必传
legalSex
string 
法人性别
可选
man:男性 woman女性
蓝海银行/银盛开户必传
legalAddress
string 
法人地址(证件地址)
可选
蓝海银行/银盛开户必传
registeredProvinces
string 
企业注册所在省
可选
银盛开户必传
registeredCity
string 
企业注册所在市
可选
银盛开户必传
registeredRegion
string 
企业注册所在区
可选
银盛开户有则传
enterpriseType
string 
商户类别码
可选
银盛开户必传
参考 MCC码-商户类别码字典
doorImageId
string 
门头照
可选
银盛开户必传
cashierImageId
string 
收银台照
可选
银盛开户必传
sceneImageId
string 
场景照
可选
银盛开户必传
operatorIdCardFontImageId
string 
经办人身份证照片
可选
国徽面
operatorIdCardBackImageId
string 
经办人身份证照片
可选
人像面
operatorEmail
string 
经办人邮箱
可选
operatorAddress
string 
经办人地址
可选
operatorIdCardNo
string 
经办人身份证号
可选
示例
{
    "merchantsNo": 1000000023,
    "merCustomerNo": "T10101011879266",
    "enterpriseName": "北京小狗科技有限公司",
    "enterpriseTaxNo": "92110114MA02A9EM7M",
    "operatorName": "田七",
    "operatorPhone": "15114871119",
    "legalPersonIdCardFontImageId": "http://dummyimage.com/400x400",
    "legalPersonIdCardBackImageId": "http://dummyimage.com/400x400",
    "enterpriseLicenseImageId": "account_2022033113531288156",
    "idCardValidityEndTime": "69",
    "idCardValidityStartTime": "58",
    "enterpriseExpireDate": "2004-10-25",
    "enterpriseStartDate": "1970-10-13",
    "industryLicenseNo": "J5810012354601",
    "legalPersonIdCardNo": "7",
    "legalPersonName": "志了美省效里",
    "enterpriseRegAddress": "江西省许昌市措美县",
    "legalPersonPhone": "18187239847",
    "enterpriseAbbreviation": "enim officia mollit",
    "legalSex": "男",
    "legalCertificationAuthority": "eiusmod dolor proident",
    "email": "b.efgirt@qq.com",
    "enterprisePhone": "18642793564",
    "legalNation": "esse anim",
    "legalAddress": "山西省九龙奈曼旗"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{act_boss}}/account/boss/entCustomerSubmit' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merchantsNo": 1000000023,
    "merCustomerNo": "T10101011879266",
    "enterpriseName": "北京小狗科技有限公司",
    "enterpriseTaxNo": "92110114MA02A9EM7M",
    "operatorName": "田七",
    "operatorPhone": "15114871119",
    "legalPersonIdCardFontImageId": "http://dummyimage.com/400x400",
    "legalPersonIdCardBackImageId": "http://dummyimage.com/400x400",
    "enterpriseLicenseImageId": "account_2022033113531288156",
    "idCardValidityEndTime": "69",
    "idCardValidityStartTime": "58",
    "enterpriseExpireDate": "2004-10-25",
    "enterpriseStartDate": "1970-10-13",
    "industryLicenseNo": "J5810012354601",
    "legalPersonIdCardNo": "7",
    "legalPersonName": "志了美省效里",
    "enterpriseRegAddress": "江西省许昌市措美县",
    "legalPersonPhone": "18187239847",
    "enterpriseAbbreviation": "enim officia mollit",
    "legalSex": "男",
    "legalCertificationAuthority": "eiusmod dolor proident",
    "email": "b.efgirt@qq.com",
    "enterprisePhone": "18642793564",
    "legalNation": "esse anim",
    "legalAddress": "山西省九龙奈曼旗"
}'

返回响应

🟢200成功
application/json
Body
status
object 
必需
statusCode
integer 
必需
systemCode
integer 
必需
statusReason
string 
必需
result
object 
必需
attachment
object 
必需
traceId
string 
必需
timestamp
integer 
必需
示例
{
    "status": {
        "statusCode": 0,
        "systemCode": -1,
        "statusReason": "服务器处理成功"
    },
    "result": {
        "merchantsNo": null,
        "merCustomerNo": "T10101011879267",
        "applyStatus": "ALREADY_SUBMIT",
        "bindCardNo": null,
        "message": "已提交",
        "transId": "6417479282588459463",
        "openSubAccountList": null
    },
    "attachment": {
        "traceId": "",
        "timestamp": 1652156623370
    }
}
🟢200全局响应对象
修改于 2024-04-06 08:55:50
上一页
个人会员信息提交
下一页
会员银行开户
Built with