External Transaction Handling Error codes
Troubleshoot errors in external transaction processing, reconciliation, and exceptions.
Error codes and messages in External Transaction Handling help identify issues that occur during transaction processing, exception handling, and reconciliation. These errors provide structured feedback when requests fail or require intervention. Error codes can also be used for programmatic handling, while messages assist in debugging and resolution.
| Error Code | Error Message | Condition |
|---|---|---|
EC-BL-1136 | { "errorCode": "EC-BL-1136", "errorMessage": "External Transaction is already matched." } | External transaction that has already been matched to an account. |
EC-BL-10461 | { "errorCode": "EC-BL-10461", "errorMessage": "This External Transaction cannot be matched." } | External transaction is not in a state that allows matching to an account, such as when the account information is incorrect or the external transaction does not belong to the Program Manager. |
EC-BL-1135 | { "errorCode": "EC-BL-1135", "errorMessage": "Account with id/externalId does not exist." } | Account ID or external ID provided in the request does not correspond to a valid account in Passport. |
EC-BL-1149 | { "errorCode": "EC-BL-1149", "errorMessage": "Please register the account." } | Wire routable account number provided in the request is not registered or is invalid. |
Updated 10 days ago