Create WithdrawalCopy Pagepost https://bo-api.drivewealth.io/back-office/funding/redemptionsCreates a Withdrawal.Body ParamsaccountNostringrequiredThe user's unique account number, that is human readable.amountnumberrequiredThe amount of the withdrawal. Accepts positive or negative values; regardless of the sign provided, the withdrawal is stored and processed as a negative amount in the system.currencystringenumrequiredThe name of the currency in abbreviation form.USDUSDAllowed:USDtypestringenumrequiredThe method/form in which the redemption/withdrawal will be sent back to the user's external account.ACHACHWIRECASH_TRANSFERBULK_FUNDINGAllowed:ACHWIRECASH_TRANSFERBULK_FUNDINGbankAccountIDstringThe unique DriveWealth identifier that identifies each linked bank account.detailsobjectThe necessary recipient details for completing a wire paymentdetails objectiraDistributionstringenumThe type of redemption/withdrawal from an IRA type of account. Note: Trump accounts follow specific requirements for external account transfers or distributions. Click here for more details.EARLY_DISTRIBUTION_PENALTY_EXCEPTIONNORMAL_DISTRIBUTIONEARLY_DISTRIBUTIONEARLY_DISTRIBUTION_PENALTY_EXCEPTIONDIRECT_ROLLOVERDIRECT_TRANSFERREQUIRED_MINIMUM_DISTRIBUTIONDISTRIBUTION_TO_BENEFICIARYRETURN_OF_EXCESS_CONTRIBUTIONQUALIFIED_CHARITABLE_CONTRIBUTIONDISABILITY_OR_DEATHShow 10 enum valuesiraDistributionSubTypestringenumThese types are only applicable for the distribution type EARLY_DISTRIBUTION_PENALTY_EXCEPTION. Click here for more details.",SUBSTANTIALLY_EQUAL_PERIODIC_PAYMENTS_SEPP_72TSUBSTANTIALLY_EQUAL_PERIODIC_PAYMENTS_SEPP_72TDISABILITY_OR_DEATHHIGHER_EDUCATION_EXPENSESFIRST_TIME_HOME_PURCHASEMEDICAL_EXPENSESHEALTH_INSURANCE_PREMIUMSRESERVIST_DISTRIBUTIONSAllowed:SUBSTANTIALLY_EQUAL_PERIODIC_PAYMENTS_SEPP_72TDISABILITY_OR_DEATHHIGHER_EDUCATION_EXPENSESFIRST_TIME_HOME_PURCHASEMEDICAL_EXPENSESHEALTH_INSURANCE_PREMIUMSRESERVIST_DISTRIBUTIONSiraTaxWithholdingsobjectiraTaxWithholdings objectliquidatebooleanTrue, if the account is a managed account and a full liquidation is requested from the user.falsetruefalsefeesarrayA list of fees associated to the withdrawal.feesADD feeObjectnotestringA way to store a message/comment on the this object.remittanceInformationstringFor ACH, this field will be passed through on an addenda record used for additional remittance details to make it easier for a recipient to identify and apply payments. For wire payments, the field will be passed through as the "Originator to Beneficiary Information", also known as OBI or Fedwire tag 6000. This tag provides specific details about the purpose of the payment to the beneficiary. Character limit vary by bank and rail. Typical limits are 80 characters for ach payments and 140 characters for wire payments.settlementProfileIDstringA settlement profile identifier that links to a specific bank account for fund settlement.HeadersIdempotency-KeystringA unique key (UUID) that is used to prevent duplicate requests. Should a network interruption occur, or you otherwise lost a response from the API, you can safely perform the request provided that you send the same value as the Idempotency-Key. DriveWealth Idempotency Keys are saved for 4 days. Within this time period, sending any request with a duplicate key will return the exact same response as the original request, including the same status code and payload.Response 200Creating a User's Account Withdrawal was successful.Updated about 2 months ago