Update an AccountAsk AIput https://api-sandbox.trice.co/hub/v1/accounts/{id}Updates an existing Account. The aggregator capability is required by the account to use PUTPath ParamsiduuidrequiredBody ParamsAccounts Bodybank_id_listarray of stringsThis represents the bank id list that should underwrite this account. Values can be transpecos_banks for TransPecos Banks, gnb for Great North Bank, local_bank for Local Bank (sandbox)bank_id_listADD stringbusinessobject | nullInformation about the company or business. This field is available for any business_type.business object | nullbusiness_profileobject | nullBusiness information about the account.business_profile object | nullbusiness_typestring | nullenumThe business type. Possible values: company, non_profit, government_entity, individualcompanycompanynon_profitgovernment_entityindividualAllowed:companynon_profitgovernment_entityindividualcapabilitiesobject | nullEach key of the dictionary represents a capability, and each capability maps to its settings (e.g. whether it has been requested or not). Each capability will be inactive until you have provided its specific requirements and Trice has verified them. An account may have some of its requested capabilities be active and some be inactive.capabilities object | nullemailstringlength ≤ 100Email address (RFC 822 characters).individualobject | nullInformation about the person represented by the account. This field is null unless business_type is set to individual.individual object | nullip_address_allow_listarray of stringsList of ip addresses that are allowed to POST to the rtp_transfers, rtp_rfps, ach_transfers, and fednow_transfers endpointsip_address_allow_listADD stringtos_acceptanceobject | nullDetails on the acceptance of the TOS.tos_acceptance object | nullverified_forarray of strings | nullList of bank verifications for the account. The set can include transpecos_banks, local_bank. WARNING, IF THIS IS NOT EXPLICITELY SET, THE SYSTEM WILL NULL THE verified_for FIELD WITH ANY POST OR PUT OPERATIONverified_forADD stringHeadersX-TRICE-IDEMPOTENCY-KEYuuidA key used to manage the response in the case of a duplicate request. If a response with the same key already exists, then the previous response will be echoed.X-TRICE-ACCOUNTuuidA parent account can include this header as reference to the descendent account being operated on.Responses 201Update Accounts Response 400Bad request 401Unauthorized 404Not found 409Conflict 502Bad gateway defaultErrorUpdated 5 months ago