Create DepositCopy Pagepost https://bo-api.drivewealth.io/back-office/funding/depositsCreates a Deposit.Body ParamsaccountNostringrequiredThe user's unique account number, that is human readable.amountnumberrequiredThe amount that will be deposited into the user's account.currencystringenumrequiredThe name of the currency in abbreviation form.USDUSDAllowed:USDtypestringenumrequiredThe method/form in which the funds will be arriving to the user's account.ACHACHBULK_FUNDINGCASH_PROMOTIONCASH_TRANSFERAllowed:ACHBULK_FUNDINGCASH_PROMOTIONCASH_TRANSFERbankAccountIDstringThe unique DriveWealth identifier that identifies each linked bank account.notestringA way to store a message/comment on the this object.iraContributionstringenumThe type of contribution deposit for retirement accounts.POSTPONED_CONTRIBUTIONCURRENT_YEARPRIOR_YEARPOSTPONED_CONTRIBUTIONREPAYMENTAllowed:CURRENT_YEARPRIOR_YEARPOSTPONED_CONTRIBUTIONREPAYMENTiraContributionSubTypestringenumThe sub type to be used for POSTPONED_CONTRIBUTION or REPAYMENT contributions for retirement accounts. Click here for more details.SCSCPOFDEOPLQRDDBAEPDATIShow 11 enum valuesrecurringFrequencystringenumThe recurring deposit frequency.MONTHLY_FIRSTBIWEEKLYDAILYMONTHLYMONTHLY_FIRSTMONTHLY_MIDDLEQUARTERLYAllowed:BIWEEKLYDAILYMONTHLYMONTHLY_FIRSTMONTHLY_MIDDLEQUARTERLYstartDatestringThe start date of the recurring deposit. The date should be in the future and within 90 days.settlementProfileIDstringA settlement profile identifier that links to a specific bank account for fund settlement.originatorBankDetailsobjectoriginatorBankDetails objectmetadataobjectThe metadata object allows for creating a maximum of 5 keys (max 36 characters) and each value cannot exceed more than 128 bytes.metadata objectHeadersIdempotency-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.Responses 200Creating a User's Account Deposit was successful. 400Bad RequestUpdated 8 days ago