下单总是返回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"
}
]