Codes
Below you will find details for our various response codes.
Code | Description |
---|---|
too-many-sandbox-connections | Limit reached for sandbox connections |
invalid-credentials | Invalid Attribute |
Introduced new granularity for invalid-credentials code. These are the possible _ invalid-credentials - existing generic title and detail message, fallback where no cases match from below _ [new] title and detail message for: invalid-username-or-password _ [new] title and detail message for: locked-account _ [new] title and detail message for: multi-factor-authentication | |
internal-server-error | Server Error |
access-denied | Access denied |
invalid-authorization-token | Unauthorized |
parameter-not-supplied | Missing Attribute |
parameter-not-valid | Invalid Attribute |
resource-not-found | Invalid Attribute |
resource-already-exists | Invalid Attribute |
invalid-content | Invalid Attribute |
unsupported-content-type | Invalid Attribute |
unsupported-accept | Invalid Attribute |
service-unavailable | Service Unavailable |
too-many-requests | Service Unavailable |
method-not-allowed | Not Allowed |
unauthorized-access | Unauthorized |
invalid-authorization-request | Unauthorized |
access-denied | Unauthorized |
no-production-access | Unauthorized |
account-not-accessible-requires-user-action | Not Accessible |
maintenance-error | Not Accessible |
forbidden-access | Forbidden access |
institution-not-supported | Institution is not supported |
request-not-valid | Request not valid (403) |
bank-statement-new-product | PDF Bank statement new product |
note: requires configuration of product name to account type mapping is missing | |
bank-statement-parsing-error | PDF Bank statement parsing error |
bank-statement-not-supported | PDF bank statement not supported |
bank-statement-invalid | PDF bank statement invalid |
missing-required-field | CSV missing required field |
missing-required-field-value | CSV missing required field value |
invalid-field-value | CSV invalid field value |
account-data-differs | CSV account data differs |
empty-file | CSV empty file |
row-count-exceeded | CSV row count exceeded |
invalid-request-content | PDF/CSV invalid request content (file type) |
request-not-valid | PDF/CSV Invalid request |
invalid-credentials - existing generic title and detail for fallback, where no cases match from below
{
"title": "verify-credentials",
"status": "failed",
"result": {
"code": "invalid-credentials",
"title": "Cannot login to target institution, check credentials.",
"detail": "Cannot login to target institution using supplied credentials. Please check credentials and try again."
}
}
{
"title": "verify-credentials",
"status": "failed",
"result": {
"code": "invalid-credentials",
"title": "Cannot login to target institution: invalid username or password.",
"detail": "Cannot login to target institution: invalid username or password. Please check credentials and try again."
}
}
{
"title": "verify-credentials",
"status": "failed",
"result": {
"code": "invalid-credentials",
"title": "Cannot login to target institution: this account is locked.",
"detail": "Cannot login to target institution: this account is locked. Please contact institution directly."
}
}
{
"title": "verify-credentials",
"status": "failed",
"result": {
"code": "invalid-credentials",
"title": "Cannot login to target institution: multi-factor authentication is not supported.",
"detail": "Cannot login to target institution: multi-factor authentication is not supported. Please check if multi-factor authentication is enabled on login."
}
}
Updated 25 days ago