The Exception object represents an unexpected event or an event that requires attention. For example, an exception is created when a bank Financial Account verification is declined or requires action.
id
string (UUID)
ID of the exception.
entityId
string (UUID)
ID of the entity that created the exception.
businessAccountId
string (UUID)
ID of the Business Account that created the exception.
assignedTo
object
User that the exception is assigned to.
id
string (UUID)
User’s ID.
firstName
string, min length:1, max length: 40
User’s first name.
lastName
string, min length:1, max length: 40
User’s last name.
string (email)
User’s email address.
category
string, enum values: BANK_ACCOUNT_VERIFICATION, CUSTOMER | TRANSACTION
Exception category. The following values are supported:
type
string, enum values: ACH_RETURN, ACH_NOC, BANK_ACCOUNT_VERIFICATION_DECLINED, BANK_ACCOUNT_VERIFICATION_NOC, EARNED_WAGE_ACCESS, RECONCILIATION
Type of exception. The following values are supported:
notes
object
Notes for the exception.
id
string (UUID)
ID of the note.
entityId
string (UUID)
ID of the entity to which the note is attached.
entityType
string enum, values: CUSTOMER, RECIPIENT, TEAM_MEMBER, FINANCIAL_ACCOUNT, TRANSACTION, SCHEDULED_TRANSACTION
Type of entity to which the note is attached.
title
string, max length: 128
Note title.
contentText
string, max length: 1000
Note content.
contentType
string
Reserved for future use.
externalUrl
string
Reserved for future use.
sizeInBytes
integer (int64)
Reserved for future use.
businessAccountId
string (UUID)
ID of the Business Account for the entity that created the note.
createdBy
object
Entity that created the note.
id
string (UUID)
ID of the entity. Will be blank if createdBy.type is internal.
type
string enum, values: employee, internal, kor_employee, service-account
Type of entity. The following values are supported:
createdAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the note was created.
updatedBy
object
Entity that last updated the note.
id
string (UUID)
ID of the entity. Will be blank if updatedBy.type is internal.
type
string enum, values: employee, internal, kor_employee, service-account
Type of entity. The following values are supported:
updatedAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the note was last updated.
status
string, enum values: NEW, IN_PROGRESS, RESOLVED, REOPENED
Current status of the exception. The following values are supported:
description
string
Description of the exception.
createdBy
object
Entity that created the exception.
id
string (UUID)
ID of the entity. Will be blank if createdBy.type is internal.
type
string enum, values: employee, internal, kor_employee, service-account
Type of entity. The following values are supported:
createdAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the exception was created in the RocketKOR system.
updatedBy
object
Entity that last updated the exception.
id
string (UUID)
ID of the entity. Will be blank if updatedBy.type is internal.
type
string enum, values: employee, internal, kor_employee, service-account
Type of entity. The following values are supported:
updatedAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the exception was last updated.
Exception Object
{
"id": "string(UUID)",
"entityId": "string(UUID)",
"businessAccountId": "string(UUID)",
"assignedTo": {
"id": "string(UUID)",
"firstName": "string",
"lastName": "string",
"email": "string(email)"
},
"category": "BANK_ACCOUNT_VERIFICATION | CUSTOMER | TRANSACTION",
"type": "ACH_RETURN | ACH_NOC | BANK_ACCOUNT_VERIFICATION_DECLINED | BANK_ACCOUNT_VERIFICATION_NOC | EARNED_WAGE_ACCESS | RECONCILIATION",
"notes": {
"id": "string(UUID)",
"entityId": "string(UUID)",
"entityType": "CUSTOMER | FINANCIAL_ACCOUNT | RECIPIENT | SCHEDULED_TRANSACTION | TEAM_MEMBER | TRANSACTION",
"title": "string",
"contentText": "string",
"contentType": "string",
"externalUrl": "string",
"sizeInBytes": integer(int64),
"businessAccountId": "string(UUID)",
"createdBy": {
"id": "string(UUID)",
"type": "employee | internal | kor_employee | service-account"
},
"createdAt": "string(date-time)",
"updatedBy": {
"id": "string(UUID)",
"type": "employee | internal | kor_employee | service-account"
},
"updatedAt": "string(date-time)"
},
"status": "NEW | IN_PROGRESS | RESOLVED | REOPENED",
"description": "string",
"createdBy": {
"id": "string(UUID)",
"type": "employee | internal | kor_employee | service-account"
},
"createdAt": "string(date-time)",
"updatedBy": {
"id": "string(UUID)",
"type": "employee | internal | kor_employee | service-account"
},
"updatedAt": "string(date-time)"
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.