感谢您的反馈!
天猫汽车金融业务中,需要向第三方金融结构提交授信申请,依次来进行贷款的申请流程
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
requestNo | String | 必须 | 823974929303 | 请求编号,追踪请求的唯一id | |
requestTime | String | 必须 | 20200105101936 | 请求发起的时间 | |
bizCode | String | 必须 | autoFinance | 业务类型 | |
tmallBizNo | String | 必须 | 1234567 | 天猫申请单号 | |
customerInfo | CustomerInfo | 必须 | 客户信息 | ||
|
|||||
itemInfo | ItemInfo | 可选 | 商品信息 | ||
|
|||||
sellerInfo | SellerInfo | 可选 | 卖家信息 | ||
|
|||||
agreementInfo | AgreementInfo [] | 可选 |
|
协议信息 | |
|
|||||
creditInfo | CreditInfo | 可选 | 信贷申请信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | true-请求成功;false-请求处理失败 |
errCode | String | 10019 | 错误码 |
errInfo | String | 服务器异常 | 错误信息 |
{"requestTime":"20200105101936","tmallBizNo":"1234567","bizCode":"autoFinance","agreementInfo":[{"agreementType":"cert","agreementUrl":"http://123.t.cn","agreementFormat":"pdf","agreementNo":"129873822","agreementName":"汽车贷款协议"}],"customerInfo":{"area":"余杭区","certNo":"871293819002","certType":"ID_CARD","address":"address","addressDetail":"第一大道365号","town":"云创社区","province":"浙江省","userNick":"nick","city":"杭州市","mobile":"13812345678","userName":"张晓春"},"itemInfo":{"itemId":98379120,"itemName":"商品名称","series":"宝马X5","model":"2016款 雅阁 混动 2.0L 锐酷版","brand":"宝马","fixedPriceAmount":"1010000","tradeType":"01","years":"0"},"requestNo":"823974929303","sellerInfo":{"sellerId":193782,"cityName":"上海","cityCode":329948,"sellerName":"天猫旗舰店名称","storeName":"人民广场4S店","storeId":18302},"creditInfo":{"normalRate":"0.11","subsidyStartTime":"20200101201510","financeamount":8120132,"otherPriceAmount":10000,"financeProductName":"首付3000共24期","tailPay":8120132,"downPaymentAmount":1900000,"subsidyEndTime":"20200109201510","capitalCode":"E932901","capitalName":"通用金融","subsidyFlag":true,"downPaymentRatio":"0.3","customerRate":"0.1","paymentMethod":"YEARS","term":"24","payment":123000,"termUnit":"YEAR"}}
{ "success":true, "errCode":"10019", "errInfo":"服务器异常" }
{"errInfo":"Illegal request","success":"false","errCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|