-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DannyGe
committed
May 16, 2017
1 parent
9f945e7
commit 8c2f1ac
Showing
20 changed files
with
283 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
#申请材料上传 | ||
## 描述 | ||
|
||
## 限制 | ||
单次上传文件内容最大为100M,超过限制请分多次上传。 | ||
|
||
## API代码 | ||
loan\_app:doc:upload | ||
|
||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 助贷风控(平台方) | ||
|
||
## 交互流程图 | ||
![交互流程图](assets/UML.png) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#放款信息反馈 | ||
## 描述 | ||
资金方完成授信额度审批和放款操作后,会调用平台方预留的回调接口地址(预留回调地址请联系对接专员),将放款结果反馈给平台方。 | ||
为了防止重复记账,炼金台每次只回调一次,不论平台方是否接收,处理是否成功,均不再重复调用回调接口。(异常情况请通过 [对账文件下载](2.1.9_account_checking_download.md) 接口进行处理。) | ||
|
||
## API代码 | ||
loan\_app:disb\_info:feedback | ||
|
||
## 请求参数 | ||
| 名称 | 类型 | 是否必须 | 描述 | 示例值 | | ||
| --- | --- | --- | --- | --- | | ||
| appId | String | 是 | 申请ID([融资申请创建API](2.1.1_融资申请创建.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c | | ||
| contractNo | String | 是 | 合同编号/借据编号 | 201703020003 | | ||
| accountNo | String | 否 | 贷款账号(部分资金方不能提供) | 38207123724978185 | | ||
| mtCurCd | String | 是 | 放款币种 | | | ||
| disbAmount | Number | 是 | 放款金额 | | | ||
| disbAccountNo | String | 是 | 入账账号(资金转入的账号) | | | ||
| trxnNo | String | 是 |交易流水号(当日不重复) | | | ||
|
||
## 响应参数 | ||
平台方不需要给出相应内容,直接通过HTTP状态码表示处理成功/失败。 | ||
|
||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"appId":"0092728480d24f5d87bf63639b5cfe1c" | ||
} | ||
``` | ||
|
||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#放款信息反馈 | ||
## 描述 | ||
资金方完成授信额度审批和放款操作后,会调用平台方预留的回调接口地址(预留回调地址请联系对接专员),将放款结果反馈给平台方。 | ||
为了防止重复记账,炼金台每次只回调一次,不论平台方是否接收,处理是否成功,均不再重复调用回调接口。(异常情况请通过 [对账文件下载](2.1.9_account_checking_download.md) 接口进行处理。) | ||
|
||
## API代码 | ||
loan\_app:disb\_info:feedback | ||
|
||
## 请求参数 | ||
| 名称 | 类型 | 是否必须 | 描述 | 示例值 | | ||
| --- | --- | --- | --- | --- | | ||
| appId | String | 是 | 申请ID([融资申请创建API](2.1.1_融资申请创建.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c | | ||
| contractNo | String | 是 | 合同编号/借据编号 | 201703020003 | | ||
| accountNo | String | 否 | 贷款账号(部分资金方不能提供) | 38207123724978185 | | ||
| mtCurCd | String | 是 | 放款币种 | | | ||
| disbAmount | Number | 是 | 放款金额 | | | ||
| disbAccountNo | String | 是 | 入账账号(资金转入的账号) | | | ||
| trxnNo | String | 是 |交易流水号(当日不重复) | | | ||
|
||
## 响应参数 | ||
平台方不需要给出相应内容,直接通过HTTP状态码表示处理成功/失败。 | ||
|
||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"appId":"0092728480d24f5d87bf63639b5cfe1c" | ||
} | ||
``` | ||
|
||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#放款信息反馈 | ||
## 描述 | ||
资金方完成授信额度审批和放款操作后,会调用平台方预留的回调接口地址(预留回调地址请联系对接专员),将放款结果反馈给平台方。 | ||
为了防止重复记账,炼金台每次只回调一次,不论平台方是否接收,处理是否成功,均不再重复调用回调接口。(异常情况请通过 [对账文件下载](2.1.9_account_checking_download.md) 接口进行处理。) | ||
|
||
## API代码 | ||
loan\_app:disb\_info:feedback | ||
|
||
## 请求参数 | ||
| 名称 | 类型 | 是否必须 | 描述 | 示例值 | | ||
| --- | --- | --- | --- | --- | | ||
| appId | String | 是 | 申请ID([融资申请创建API](2.1.1_融资申请创建.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c | | ||
| contractNo | String | 是 | 合同编号/借据编号 | 201703020003 | | ||
| accountNo | String | 否 | 贷款账号(部分资金方不能提供) | 38207123724978185 | | ||
| mtCurCd | String | 是 | 放款币种 | | | ||
| disbAmount | Number | 是 | 放款金额 | | | ||
| disbAccountNo | String | 是 | 入账账号(资金转入的账号) | | | ||
| trxnNo | String | 是 |交易流水号(当日不重复) | | | ||
|
||
## 响应参数 | ||
平台方不需要给出相应内容,直接通过HTTP状态码表示处理成功/失败。 | ||
|
||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"appId":"0092728480d24f5d87bf63639b5cfe1c" | ||
} | ||
``` | ||
|
||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 助贷风控(平台方) | ||
|
||
## 交互流程图 | ||
![交互流程图](assets/UML.png) |
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions
5
2.1.9_account_checking_download.md → 2.3/20_acctount_repay.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
#账务核对接口 | ||
## 描述 | ||
平台方每天凌晨1:00后,可通过本接口查询前一日的交易流水列表(包括放款、还款、冲正等涉及余额金融交易) | ||
主要用途:防止前一日的日间交易处理过程中出现差错,没有及时发现和处理。一旦出现差错需在下一工作日内联系炼金台的对接专员进行检查。 | ||
备注:前一日未发生金融交易时,返回空报文。 | ||
|
||
## API代码 | ||
loan\_app:account:check | ||
|
||
|
||
## 请求参数 | ||
不需要请求参数 | ||
|
||
|
||
## 响应参数 | ||
| 名称 | 类型 | 描述 |示例值 | | ||
| --- | --- | --- | --- | | ||
| contractNo | String | 合同编号 | | | ||
| acctNo | String | 贷款账号 | | | ||
| counterpartyAcctNo | String | 交易对手账号 | | | ||
| dtTrxn | Date | 交易时间 | 2017-04-05 13:22:39 | | ||
| trxnNo | String | 交易流水号(当日不重复) | | | ||
| mtTrxnTypeCd | String | 交易类型代码 | | | ||
| trxnAmt | Number | 交易金额 | | | ||
| outstdAmt | Number | 账户余额 | | | ||
| remark | String | 交易备注 | | | | ||
|
||
## 错误码 | ||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_type_cd":"CP_PUSH_APP" | ||
} | ||
``` | ||
### 返回示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_sts_cd":"APPROVED" | ||
} | ||
``` | ||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
#账务核对接口 | ||
## 描述 | ||
平台方每天凌晨1:00后,可通过本接口查询前一日的交易流水列表(包括放款、还款、冲正等涉及余额金融交易) | ||
主要用途:防止前一日的日间交易处理过程中出现差错,没有及时发现和处理。一旦出现差错需在下一工作日内联系炼金台的对接专员进行检查。 | ||
备注:前一日未发生金融交易时,返回空报文。 | ||
|
||
## API代码 | ||
loan\_app:account:check | ||
|
||
|
||
## 请求参数 | ||
不需要请求参数 | ||
|
||
|
||
## 响应参数 | ||
| 名称 | 类型 | 描述 |示例值 | | ||
| --- | --- | --- | --- | | ||
| contractNo | String | 合同编号 | | | ||
| acctNo | String | 贷款账号 | | | ||
| counterpartyAcctNo | String | 交易对手账号 | | | ||
| dtTrxn | Date | 交易时间 | 2017-04-05 13:22:39 | | ||
| trxnNo | String | 交易流水号(当日不重复) | | | ||
| mtTrxnTypeCd | String | 交易类型代码 | | | ||
| trxnAmt | Number | 交易金额 | | | ||
| outstdAmt | Number | 账户余额 | | | ||
| remark | String | 交易备注 | | | | ||
|
||
## 错误码 | ||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_type_cd":"CP_PUSH_APP" | ||
} | ||
``` | ||
### 返回示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_sts_cd":"APPROVED" | ||
} | ||
``` | ||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
#账务核对接口 | ||
## 描述 | ||
平台方每天凌晨1:00后,可通过本接口查询前一日的交易流水列表(包括放款、还款、冲正等涉及余额金融交易) | ||
主要用途:防止前一日的日间交易处理过程中出现差错,没有及时发现和处理。一旦出现差错需在下一工作日内联系炼金台的对接专员进行检查。 | ||
备注:前一日未发生金融交易时,返回空报文。 | ||
|
||
## API代码 | ||
loan\_app:account:check | ||
|
||
|
||
## 请求参数 | ||
不需要请求参数 | ||
|
||
|
||
## 响应参数 | ||
| 名称 | 类型 | 描述 |示例值 | | ||
| --- | --- | --- | --- | | ||
| contractNo | String | 合同编号 | | | ||
| acctNo | String | 贷款账号 | | | ||
| counterpartyAcctNo | String | 交易对手账号 | | | ||
| dtTrxn | Date | 交易时间 | 2017-04-05 13:22:39 | | ||
| trxnNo | String | 交易流水号(当日不重复) | | | ||
| mtTrxnTypeCd | String | 交易类型代码 | | | ||
| trxnAmt | Number | 交易金额 | | | ||
| outstdAmt | Number | 账户余额 | | | ||
| remark | String | 交易备注 | | | | ||
|
||
## 错误码 | ||
|
||
## 示例 | ||
### 请求示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_type_cd":"CP_PUSH_APP" | ||
} | ||
``` | ||
### 返回示例 | ||
```javascript | ||
{ | ||
"app_id":"0092728480d24f5d87bf63639b5cfe1c", | ||
"mt_app_sts_cd":"APPROVED" | ||
} | ||
``` | ||
##FAQ | ||
关于此文档暂时还没有FAQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters