Update an Account

Updates an existing Account. The aggregator capability is required by the account to use PUT

Path Params
uuid
required
Body Params

Accounts Body

bank_id_list
array of strings

This 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_list
business
object | null

Information about the company or business. This field is available for any business_type.

business_profile
object | null

Business information about the account.

string | null
enum

The business type. Possible values: company, non_profit, government_entity, individual

Allowed:
capabilities
object | null

Each 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.

string
length ≤ 100

Email address (RFC 822 characters).

individual
object | null

Information about the person represented by the account. This field is null unless business_type is set to individual.

ip_address_allow_list
array of strings

List of ip addresses that are allowed to POST to the rtp_transfers, rtp_rfps, ach_transfers, and fednow_transfers endpoints

ip_address_allow_list
tos_acceptance
object | null

Details on the acceptance of the TOS.

verified_for
array of strings | null

List 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 OPERATION

verified_for
Headers
uuid

A 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.

uuid

A parent account can include this header as reference to the descendent account being operated on.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json