阿凡达

阿凡达平台对接外部渠道,如果渠道方需要使用专用接口,即对接使用渠道方的接口文档。如果渠道方没有定制接口需求,则按照阿凡达平台接口文档规范进行交互


3.36 暂收款-指定打款账户推送接口

<p>[TOC]</p> <p>请求模式:渠道方→阿凡达</p> <p>接口描述:暂收款指定打款账户推送收付系统</p> <p>测试接口地址:<a href="https://porsche-avatar.chinahuanong.com.cn/avatar/general/pushAccountList">https://porsche-avatar.chinahuanong.com.cn/avatar/general/pushAccountList</a></p> <p>生产接口地址:<a href="https://avatar.chinahuanong.com.cn/avatar/general/pushAccountList">https://avatar.chinahuanong.com.cn/avatar/general/pushAccountList</a></p> <h2>暂收款-指定打款账户推送接口</h2> <h3>请求头</h3> <p><code>head</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>渠道代码</td> <td><code>policySource</code></td> <td><code>varchar</code></td> <td>Y</td> <td>保险公司分配给&lt;br/&gt;渠道方的渠道编码</td> </tr> <tr> <td>请求时间</td> <td><code>reqTime</code></td> <td><code>DateTime</code></td> <td>Y</td> <td></td> </tr> <tr> <td>接口类型</td> <td><code>interfaceType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>针对每个接口,使用接口的<code>API</code>信息</td> </tr> <tr> <td>订单号</td> <td><code>orderNo</code></td> <td><code>varchar</code></td> <td>Y</td> <td>贯穿保单始终的订单号,&lt;br/&gt;要求必须唯一,会进行幂等检查</td> </tr> <tr> <td>唯一标识符</td> <td><code>uuid</code></td> <td><code>varchar</code></td> <td>Y</td> <td>单次请求唯一标识符,任一次请求不允许相同</td> </tr> </tbody> </table> <h3>请求体</h3> <p><code>reqBody</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>暂收款账户</td> <td><code>accountList</code></td> <td><code>List&amp;lt;Object&amp;gt;</code></td> <td>Y</td> <td></td> </tr> </tbody> </table> <p><code>accountList</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>付款账号</td> <td><code>oppAct</code></td> <td><code>varchar</code></td> <td>Y</td> <td></td> </tr> <tr> <td>付款人名称</td> <td><code>oppActName</code></td> <td><code>varchar</code></td> <td>Y</td> <td></td> </tr> <tr> <td>收付类型</td> <td><code>payType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>默认:Z10</td> </tr> <tr> <td>通知标识</td> <td><code>inFormFlag</code></td> <td><code>varchar</code></td> <td>Y</td> <td>1:推送通知 0:取消通知</td> </tr> <tr> <td>通知方类型</td> <td><code>inFormType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>顺丰:SF&lt;br/&gt;广商:PHN_GS</td> </tr> </tbody> </table> <h3>响应头</h3> <p><code>head</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>渠道代码</td> <td><code>policySource</code></td> <td><code>varchar</code></td> <td>Y</td> <td>保险公司分配给&lt;br/&gt;渠道方的渠道编码</td> </tr> <tr> <td>响应时间</td> <td><code>respTime</code></td> <td><code>DateTime</code></td> <td>Y</td> <td></td> </tr> <tr> <td>接口类型</td> <td><code>interfaceType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>针对每个接口,使用接口的<code>API</code>信息</td> </tr> <tr> <td>订单号</td> <td><code>orderNo</code></td> <td><code>varchar</code></td> <td>Y</td> <td>贯穿保单始终的订单号,&lt;br/&gt;要求必须唯一,会进行幂等检查</td> </tr> <tr> <td>唯一标识符</td> <td><code>uuid</code></td> <td><code>varchar</code></td> <td>Y</td> <td>单次请求唯一标识符,任一次请求不允许相同</td> </tr> </tbody> </table> <h3>响应体</h3> <p><code>respBody</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>处理状态码</td> <td><code>dealCode</code></td> <td><code>varchar</code></td> <td>Y</td> <td>处理结果状态码</td> </tr> <tr> <td>处理结果描述</td> <td><code>dealDesc</code></td> <td><code>varchar</code></td> <td>Y</td> <td>处理结果描述</td> </tr> <tr> <td>暂收款账户</td> <td><code>accountList</code></td> <td><code>List&amp;lt;Object&amp;gt;</code></td> <td>CY</td> <td>状态码失败的时候不为空,只返回校验失败的数据,并且此次请求 校验正确的收付也不存储</td> </tr> </tbody> </table> <p><code>accountList</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>字段类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>付款账号</td> <td><code>oppAct</code></td> <td><code>varchar</code></td> <td>Y</td> <td></td> </tr> <tr> <td>付款人名称</td> <td><code>oppActName</code></td> <td><code>varchar</code></td> <td>Y</td> <td></td> </tr> <tr> <td>收付类型</td> <td><code>payType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>默认:Z10</td> </tr> <tr> <td>通知标识</td> <td><code>inFormFlag</code></td> <td><code>varchar</code></td> <td>Y</td> <td>1:推送通知 0:取消通知</td> </tr> <tr> <td>通知方类型</td> <td><code>inFormType</code></td> <td><code>varchar</code></td> <td>Y</td> <td>顺丰: SF 广商: PHN_GS</td> </tr> <tr> <td>失败原因</td> <td><code>errorMessage</code></td> <td><code>varchar</code></td> <td>CY</td> <td>只返回校验失败的数据,并且此次请求 校验正确的收付也不存储</td> </tr> </tbody> </table> <p>&gt; 报文实例</p> <pre><code class="language-json">{     &amp;quot;head&amp;quot;: {         &amp;quot;orderNo&amp;quot;: &amp;quot;b10d77bf590141d196c7cab52618e5c4&amp;quot;,         &amp;quot;policySource&amp;quot;: &amp;quot;HN_SF&amp;quot;,         &amp;quot;reqTime&amp;quot;: 1671690883212,         &amp;quot;uuid&amp;quot;: &amp;quot;b10d77bf590141d196c7cab52618e5c4&amp;quot;     },     &amp;quot;reqBody&amp;quot;: {         &amp;quot;accountList&amp;quot;: [             {                 &amp;quot;inFormFlag&amp;quot;: &amp;quot;1&amp;quot;,                 &amp;quot;oppAct&amp;quot;: &amp;quot;41050160650800000441&amp;quot;,                 &amp;quot;payType&amp;quot;: &amp;quot;Z10&amp;quot;,                 &amp;quot;oppActName&amp;quot;: &amp;quot;安阳言诺商贸有限公司&amp;quot;,                 &amp;quot;inFormType&amp;quot;: &amp;quot;SF&amp;quot;             }         ]     } }</code></pre>

页面列表

ITEM_HTML