文档中心 > API类目 > ICBU-一达通

alibaba.icbu.ames.va.letter.get (AMES收汇子账号确认函获取)

AMES收汇子账号确认函OSS下载链接

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
account_type String 必须 SG/EU/US 子账号类型,SG代表全球(新加坡),EU代表欧洲,US代表美国
user_id String 必须 123456 外部用户ID

响应参数

名称 类型 示例值 描述
download_url String https://onetouch-bucket-daily.oss-cn-beijing.aliyuncs.com/test/2212387260405_Alibaba%20Pay%E6%94%B6%E6%AC%BE%E8%B4%A6%E5%8F%B7%E5%B1%95%E7%A4%BA.pdf 子账号确认函下载url,每一次请求,会生成新的临时下载链接
description String 全球(新加坡)收款账号 描述
digest String dada677361e33c7e7bfc10170bf551d6 子账号信息摘要,可用于识别子账号信息是否有变化

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaIcbuAmesVaLetterGetRequest req = new AlibabaIcbuAmesVaLetterGetRequest();
req.setAccountType("SG/EU/US");
req.setUserId("123456");
AlibabaIcbuAmesVaLetterGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_icbu_ames_va_letter_get_response>
    <download_url>https://onetouch-bucket-daily.oss-cn-beijing.aliyuncs.com/test/2212387260405_Alibaba%20Pay%E6%94%B6%E6%AC%BE%E8%B4%A6%E5%8F%B7%E5%B1%95%E7%A4%BA.pdf</download_url>
    <description>全球(新加坡)收款账号</description>
    <digest>dada677361e33c7e7bfc10170bf551d6</digest>
</alibaba_icbu_ames_va_letter_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部