Get case
Returns a case by its UUID, including its current state, parameters,
state history, verification metadata, and attachments.
Available to both Platform and Enterprise Partners.
Path parameters
uuid
The case's UUID.
Response
The case
uuid
The case's unique identifier.
state
The state of a case in the bank-account-change lifecycle. Completed and
Denied are terminal.
caseType
Bank account changes are currently the only supported case type.
parameters
The bank-account-change details stored on a case. The raw account and
routing numbers are write-only and never appear here — only a vault token
(bankToken) and non-sensitive details.
orgId
The organization that owns the case.
paypointId
The paypoint the case applies to.
scheduleFor
When the change is scheduled to run. Null when not scheduled.
createdAt
When the case was created.
updatedAt
When the case was last updated.
createdBy
The numeric id of the user who created the case. 0 when created by a server-side integration.
assigneeId
The numeric id of the assigned reviewer. Null when unassigned.
lastReviewedById
The numeric id of the last reviewer. Null when not yet reviewed.
stateHistory
The ordered history of state transitions.
attachments
Files attached to the case.
roomId
The id of the message room for the case. Null until provisioned.
metadata
Case metadata, including the verification outcome. Null until verification completes.
org
The resolved organization. Null when not enriched.
paypoint
The resolved paypoint. Null when not enriched.
createdByUser
The resolved creator. Null when created by a server-side integration or not enriched.
assignee
The resolved assigned reviewer. Null when unassigned.
lastReviewedBy
The resolved last reviewer. Null when not yet reviewed.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error