Update Bank DetailsAsk AIpatch https://api.preczn.com/v1/merchants/{merchantId}/bankaccounts/{bankId}Update Bank Details for an existing Merchant BankPath ParamsmerchantIdstringrequiredMerchant IDbankIdstringrequiredBank Account IDBody ParamsaccountNamestringName of bank associated with the bank account.accountTypestringenumBank account type.checkingpersonalCheckingpersonalSavingscorporateCheckingcorporateSavingsAllowed:personalCheckingpersonalSavingscorporateCheckingcorporateSavingsnameOnAccountstringName of the person or corporation that is on the account. Must match what is displayed on checks.routingstringBank routing number.accountstring≤ 17Bank account number.primaryAccountbooleanDefaults to trueFlag that distinguishes this bank account as the primary account. At least one account must be designated as the primary account, and there should be only one primary account.truefalsecountrystringenumISO 3166-1 alpha-3 Country Code.USAUSACANAllowed:USACANhasDisbursementHistorybooleanDefaults to trueThis field indicates whether the bank account has a history of receiving disbursements or payouts from payment processors. It can be utilized during the onboarding process for certain connections to enhance the underwriting procedure.truefalseHeadersidempotency-keystringUnique key to ensure idempotency of requests. If provided, the server will return the same response for subsequent requests with the same key.Responses 200Successfully Updated Bank Details. 401Invalid API key. 403Resource Forbidden. 404Merchant or bank not found. 500Unable to service request due to server-side error. Please reattempt request.Updated 7 months ago