TI-API: Ti API下单异常

Part Number: TI-API

下单总是返回Error Invalid Line of Credit "errors": [ { "errorCode": "ERR-TICOM-ORDER-API-0009", "type": "Validation", "section": "Generic", "field": null, "reason": "Invalid Line of Credit. ", "message": "Check your line of credit information and provide the correct information and resubmit the request. For additional information refer to https://api-portal.ti.com/order-api-payment", "data": null } ] 

API中Checkout profiles状态显示eligible, Payment 方式为Line of credit,

Shipping address也未发现明显异常,麻烦帮忙看下是什么原因,应该在哪里如何修改,谢谢【急急】

  • 你好,我后台登陆你的账户通过如下endpoint 调取出来的结果发现相关信息没有正确填写,烦请联系TI销售的同事协助填写并将LOC正确绑定到此Checkout profile ID上,谢谢。

    transact.ti.com/.../checkoutprofiles
    [
      {
        "checkoutProfileId": "F50Axxxx",
        "checkoutProfileName": "shippment",
        "shippingAddressName": "shipping address",
        "billingAddressName": "Billing address"
      }
    ]
     
  • 销售表示不知道怎么处理,您能看到具体是什么原因吗,应该如何处理,谢谢

  • 我这边后台看不到你的账户是怎么绑定LOC的,还是需要请销售找到TI.COM的同事帮忙登你的账户检查设置,谢谢。