文档中心 > API类目 > 场景金融保险

qimen.alibaba.finance.insurance.credit.admit.new (跨境金融保司交互授信申请新接口)

不同产品的授信流程中需要和保司做申请交互的操作,例如申请开通国际支付宝

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
identifier String 必须 123456 幂等号
productCode String 必须 AE_FREE_RETURN 产品码
bizType String 必须 IPAY_OPEN_APPLY 业务操作类型
bizTime String 必须 2022-03-30 10:00:00 业务发生时间,格式“yyyy-MM-dd HH:mm:ss”
applicantCompanyInfo ApplicantCompanyInfo 可选 申请人公司信息
  • └ companyAddress
  • String
  • 可选
  • xx省xx市
  • 公司地址
  • └ legalPersonName
  • String
  • 可选
  • 张**
  • 法人代表姓名
  • └ legalPersonLicenseNo
  • String
  • 可选
  • 4****************3
  • 法人证件号
  • └ companyLicenseNo
  • String
  • 可选
  • 9xxxxxxxxxxY74N
  • 公司证件号
  • └ companyName
  • String
  • 可选
  • xxx公司
  • 公司名称
  • └ companyLicenseType
  • String
  • 可选
  • UNITY
  • 公司证件类型:UNITY/GENERAL
  • └ legalPersonLicenseType
  • String
  • 可选
  • IDENTITY_CARD
  • 法人证件类型
extData ExtData 可选 扩展信息
userId String 必须 123456 用户id

响应参数

名称 类型 示例值 描述
context Context “” 扩展信息
  • └ agreementNo
  • String
  • 1274747
  • 保司协议号
  • └ agreementName
  • String
  • 投保协议
  • 协议名称
responseMessage String OK 返回消息
responseCode String SUCCESS 返回code
success Boolean true 请求是否成功,true/false

请求示例

{"identifier":"123456","productCode":"AE_FREE_RETURN","bizType":"IPAY_OPEN_APPLY","extData":"","applicantCompanyInfo":{"legalPersonLicenseType":"IDENTITY_CARD","companyLicenseType":"UNITY","companyAddress":"xx省xx市","companyName":"xxx公司","legalPersonLicenseNo":"4****************3","companyLicenseNo":"9xxxxxxxxxxY74N","legalPersonName":"张**"},"userId":"123456","bizTime":"2022-03-30 10:00:00"}

响应示例

{
    "context":{
        "agreementNo":"1274747",
        "agreementName":"投保协议"
    },
    "responseMessage":"OK",
    "responseCode":"SUCCESS",
    "success":true
}

验签示例

{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案
isp.http-read-timeout

API工具

FAQ

返回
顶部