Fire a case action
Fires a review action on a case, such as Approve, Deny, Escalate,
or RequestReview. Assigning a case uses the dedicated assign endpoint,
not this one. Firing an action that isn’t valid for the case’s current
state returns 409.
Available to Enterprise Partners only.
Path parameters
Request
A transition action in the case state machine. Assign is fired through the
dedicated assign endpoint, not the transitions endpoint.
The decline reason. Required when the trigger is Deny, and must be omitted otherwise.
Response
The state of a case in the bank-account-change lifecycle. Completed and
Denied are terminal.
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.
The numeric id of the user who created the case. 0 when created by a server-side integration.
The resolved creator. Null when created by a server-side integration or not enriched.