Deposit Status

Overview

Every deposit carries a status that tells you where it is in its lifecycle. This status is represented two ways: as a Status Number and as a Status Enum.

📘

Status Number vs. Status Enum

Use Status Number when retrieving (GET) deposit requests. Use Status Enum only when updating (PATCH) a deposit request.

Status DescriptionStatus NumberStatus EnumDefinition
Started0"STARTED"The deposit has been initiated.
Pending1"PENDING"The default status for every new self-directed account deposit. From here, the deposit moves to Rejected, On Hold, or Approved.
Successful2"SUCCESSFUL"The deposit was successfully processed and completed.
Failed3"FAILED"The deposit was unable to be completed.
Returned5"RETURNED"The deposit is marked Returned when DriveWealth receives notification from the bank that it failed.
Approved14"APPROVED"The deposit will be processed once it is marked Approved.
Rejected15"REJECTED"Updating a deposit to Rejected immediately sets its status to Failed.
On Hold16"ON_HOLD"Reserved for deposits that are not yet ready for processing.
Unknown-1Reserved for errors. This value has no corresponding enum.

Did this page help you?