v2汇款建议 API 错误代码的含义是什么?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
| 具体场景 | 错误详情 | 补救步骤 |
| JSON 有效载荷无效 | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0002",
"type": "ERROR",
"reason": "Invalid JSON payload",
"message": "JSON payload is not valid. Verify and correct the JSON payload input and resubmit request."
}
]
} |
JSON 有效载荷无效。 输入有效的 JSON 有效载荷输入并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 缺失JSON 有效载荷 | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0003",
"type": "ERROR",
"reason": "Missing JSON payload",
"message": "JSON payload cannot be null or empty. Enter a valid JSON payload and resubmit request."
}
]
} |
JSON 有效载荷缺失,不能为空。 输入有效的 JSON 有效载荷输入并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 缺失CustomerGlobalIdentifier | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0010",
"type": "ERROR",
" reason ": "Missing CustomerGlobalIdentifier",
"message": "CustomerGlobalIdentifier is required. Contact TI API Support (https://api-portal.ti.com/support) for assistance."
}
]
} |
CustomerGlobalIdentifier 是必需的,不能为空。 如需帮助请联系 TI API 支持 api-portal.ti.com/support |
| 缺失remittanceAdviceNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0020",
"type": "ERROR",
" reason ": "Missing remittanceAdviceNumber",
"message": " remittanceAdviceNumbercannot be null or empty. Enter a valid remittanceAdviceNumberand resubmit request."
}
]
} |
remittanceAdviceNumber 缺失、不能为空。 输入有效的 remittanceAdviceNumber并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的remittanceAdviceNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0021",
"type": "ERROR",
" reason ": "Invalid remittanceAdviceNumber",
"message": "remittanceAdviceNumber cannot exceed 35 characters in length. Enter a valid remittanceAdviceNumber up to 35 characters and resubmit request."
}
]
} |
remittanceAdviceNumber超过35个字符的最大长度。 输入不超过35个字符的有效 remittanceAdviceNumber 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 缺失 payerNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0050",
"type": "ERROR",
" reason ": "Missing payerNumber",
"message": " payerNumber cannot be null or empty. Enter a valid payerNumber and resubmit request."
}
]
} |
PayerNumber 缺失、不能为空。 输入有效的PayerNumber 并重新提交请求。 如果需要进一步的帮助、,请联系TI API支持 api-portal.ti.com/support |
| 无效的payerNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0051",
"type": "ERROR",
" reason ": "Invalid payerNumber",
"message": " payerNumber cannot exceed 35 characters in length. Enter a valid payerNumber up to 35 characters and resubmit request."
}
]
} |
PayerNumber 超过35个字符的最大长度。 输入不超过35个字符的有效 PayerNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 找不到payerNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0052",
"type": "ERROR",
" reason ": "payerNumber not found",
"message": " payerNumber cannot be located. Verify payerNumber and resubmit request."
}
]
} |
找不到payerNumber。 输入有效的payerNumber并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 缺失totalPaymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0060",
"type": "ERROR",
" reason ": "Missing totalPaymentAmount",
"message": " totalPaymentAmount cannot be null or empty. Enter a valid totalPaymentAmount and resubmit request."
}
]
} |
totalPaymentAmount 缺失,不能为空。 输入有效的 totalPaymentAmount 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 无效的 totalPaymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0070",
"type": "ERROR",
" reason ": "Invalid totalPaymentAmount ",
"message": " totalPaymentAmount cannot exceed 15 characters in length. Enter a valid totalPaymentAmount up to 15 characters and resubmit the request."
}
]
} |
totalPaymentAmount 超过15个字符的最大长度。 输入不超过15个字符的有效 totalPaymentAmount,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 无效的totalPaymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0080",
"type": "ERROR",
" reason ": "Invalid totalPaymentAmount",
"message": " totalPaymentAmount does not have a valid number format and must be a number. Enter totalPaymentAmount as a numeric value and resubmit request."
}
]
} |
totalPaymentAmount 具有无效的数字格式。 输入 totalPaymentAmount 作为数字值,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 缺失currencyCode | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0090",
"type": "ERROR",
" reason ": "Missing currencyCode",
"message": "currencyCode cannot be null or empty. Enter a valid currencyCode and resubmit request."
}
]
} |
currencyCode丢失,不能为空。 输入有效的currencyCode并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持api-portal.ti.com/support |
| 无效的 currencyCode | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0091",
"type": "ERROR",
" reason ": "Invalid currencyCode",
"message": " currencyCode cannot exceed 5 characters in length. Enter a valid currencyCode up to 5 characters and resubmit request."
}
]
} |
currencyCode超过5个字符的最大长度。 输入不超过5个字符的有效currencyCode,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 缺失paymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0100",
"type": "ERROR",
" reason ": "Missing paymentAmount",
"message": " paymentAmount cannot be null or empty. Enter a valid paymentAmount and resubmit request."
}
]
} |
paymentAmount 丢失,不能为空。 输入有效的paymentAmount并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的 paymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0101",
"type": "ERROR",
" reason ": "Invalid paymentAmount",
"message": " paymentAmount cannot exceed 15 characters in length. Enter a valid paymentAmount up to 15 characters and resubmit request."
}
]
} |
paymentAmount 超过15个字符的最大长度。 输入不超过15个字符的有效paymentAmount,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的paymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0102",
"type": "ERROR",
" reason ": "Invalid paymentAmount",
"message": " paymentAmount does not have a valid number format and must be a number. Verify and correct paymentAmount and resubmit request."
}
]
} |
paymentAmount 数字格式无效。 输入paymentAmount 作为数字值,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 缺失 financialDocumentNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0110",
"type": "ERROR",
" reason ": "Missing financialDocumentNumber",
"message": " financialDocumentNumber cannot be null or empty. Enter either a valid financialDocumentNumber and resubmit request."
}
]
} |
financialDocumentNumber缺失,不能为空。 输入有效的financialDocumentNumber并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的financialDocumentNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0111",
"type": "ERROR",
" reason ": "Invalid financialDocumentNumber",
"message": "financialDocumentNumber cannot exceed 10 characters in length. Enter a valid financialDocumentNumber up to 10 characters and resubmit request."
}
]
} |
financialDocumentNumber 超过10个字符的最大长度。 输入不超过10个字符的有效financialDocumentNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的 customerFinancialDocumentNumber | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0160",
"type": "ERROR",
" reason ": "Invalid customerFinancialDocumentNumber",
"message": " customerFinancialDocumentNumber cannot exceed 16 characters in length. Enter a valid customerFinancialDocumentNumber up to 16 characters and resubmit request."
}
]
} |
customerFinancialDocumentNumber 超过16个字符的最大长度。 输入不超过16个字符的有效 customerFinancialDocumentNumber,然后重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
| TI API 系统发生错误 | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0500",
"type": "ERROR",
" reason ": "TI API system error occurred",
"message": "System error occurred. Execution ID: execution-... Contact TI API Support (https://api-portal.ti.com/support) with execution ID."
}
]
} |
系统发生错误。请联系TI API 支持 api-portal.ti.com/support 并提供执行 ID。 |
| TI API 由于系统维护暂不可用 | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0510",
"type": "ERROR",
" reason ": "TI API unavailable for scheduled system maintenance",
"message": "This TI API is currently unavailable between $OutageStart and $OutageEnd $timeZoneStr for scheduled system maintenance. Resubmit request after maintenance has ended."
}
]
} |
由于计划维护,TI API 系统当前不可用。 在维护结束后重新提交请求。 如果在计划维护结束后仍遇到问题,请联系 TI API 支持 api-portal.ti.com/support |
| 无效的 totalPaymentAmount | {
"errors": [
{
"errorCode": "ERR-BKG-REMA-API-0511",
"type": "ERROR",
" reason ": "Invalid totalPaymentAmount",
"message": " totalPaymentAmount cannot be less than $0. Enter a valid totalPaymentAmount and resubmit request."
}
]
} |
totalPaymentAmount必须为0美元或更高。 输入有效的 totalPaymentAmount 并重新提交请求。 如果需要进一步的帮助,请联系 TI API 支持 api-portal.ti.com/support |
{} |