数橙API
    数橙API
    • 方案3
      • 产品申请订单接收接口
        POST
      • 申请信息上传接口
        POST
      • 申请信息数据回调
        POST
      • 获取申请链接
        POST
      • 数据资料上传
        POST
      • 获取订单信息
        POST
      • 订单更新回调接口
        POST
    • 泾渭云
      • 获取纳税采集H5页面token接口
        POST
    • 查额申请
      POST
    • 查额申请回调
      POST
    • 查额申请两次请求
      POST
    • 创建电子签约
      POST
    • 电子签约回调
      POST
    • 提交终审
      POST
    • 终审回调
      POST
    • 已签章文件接口(同步接口)
      POST
    • 订单支付凭证接口
      POST
    • 支用申请发起
      POST
    • 大额支付
      POST
    • 大额支付回调
      POST
    • 放款推送接口
      POST
    • 订单支付凭证回调
      POST
    • 还款推送回调
      POST
    • 产品申请订单接收接口
      POST
    • 获取授权链接
      POST
    • 查额申请 Copy
      POST
    • 获取联合登录链接
      POST
    • 状态提交接口
      POST
    • 税票获取
      POST
    • 知数云-慢速MJ
      POST
    • 获取电子签约授权状态接口
      POST

      放款推送接口

      开发中
      POST
      /applyDisburseCallBack

      请求参数

      Body 参数application/json
      clientId
      string 
      必需
      loanNo
      string 
      必需
      companyName
      string 
      必需
      disburseCode
      string 
      必需
      loanAmount
      string 
      必需
      creditId
      string 
      必需
      loanResultStatus
      string 
      必需
      creditCode
      string 
      必需
      productCode
      string 
      必需
      loanResultInfo
      string 
      必需
      id
      integer 
      必需
      agencyNum
      string 
      必需
      ordType
      string 
      必需
      示例
      {
          "clientId": "string",
          "loanNo": "string",
          "companyName": "string",
          "disburseCode": "string",
          "loanAmount": "string",
          "creditId": "string",
          "loanResultStatus": "string",
          "creditCode": "string",
          "productCode": "string",
          "loanResultInfo": "string",
          "id": 0,
          "agencyNum": "string",
          "ordType": "string"
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://developer.dataorange.cn/api/applyDisburseCallBack' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "clientId": "string",
          "loanNo": "string",
          "companyName": "string",
          "disburseCode": "string",
          "loanAmount": "string",
          "creditId": "string",
          "loanResultStatus": "string",
          "creditCode": "string",
          "productCode": "string",
          "loanResultInfo": "string",
          "id": 0,
          "agencyNum": "string",
          "ordType": "string"
      }'

      返回响应

      🟢200成功
      application/json
      Body
      object {0}
      示例
      {}
      上一页
      大额支付回调
      下一页
      订单支付凭证回调
      Built with