Withdrawal Status

๐Ÿ“˜

Status Number vs. Status Enum

"Status Number" should be referenced when retrieving (GET) all deposits requests. "Status Enum" should only be used when updating (PATCH) a deposit request.

Status DescriptionStatus NumberStatus Enum
Started0"STARTED"Withdrawal has been initiated.
Pending1"PENDING"Every new redemption for a self-directed account is set to "Pending". From here, the redemption can be marked as "Rejected", "On Hold" or "Approved".
Successful2"SUCCESSFUL"A Redemption has been successfully processed and completed.
Failed3"FAILED"The Redemption was unable to be completed.If a redemption is marked as "RIA Rejected" or "Rejected", the redemption will immediately be set to "Failed".
Other4"OTHER"
RIA Pending11"RIA_PENDING"Every new redemption for a managed account is set to "RIA Pending". It is the RIA's responsibility to review and arrange the appropriate liquidation events to facilitate the redemption request. Note that clients will not be able to request more funds than their total portfolio value.
RIA Approved12"RIA_APPROVED"Once the funds have settled, the RIA should update the status to "RIA Approved". Once updated, it's status will be set to "Pending" and DriveWealth will process the redemption.
RIA Rejected13"RIA_REJECTED"The "RIA Rejected" status should be used when an RIA wants to reject a redemption request. Once updated to "RIA Rejected", the redemption will immediately be set to "Failed".
Approved14"APPROVED"Once marked as "Approved", the redemption will be processed for disbursements.
Rejected15"REJECTED"Updating a redemption to "Rejected" will immediately set it 's status to "Failed"
On Hold16"On_Hold"The "On Hold" status is reserved for redemptions that aren't ready to be processed. E.g. Funds are still settling.
Unknown-1โ€“Reserved for errors.