| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

### payout_entity_id

**Type:** string  
**Required:** Yes  
**Description:** ID of the Payout Entity

### external_fields

**Type:** array | null | object | null  
**Description:** external_fieldsarray | null | object | null

### parent_payout_entity_id

**Type:** string  
**Description:** A Canopy-generated ID for the parent of this associated entity to establish a parent-child relationship.

### company_identification

**Type:** string  
**Description:** The Depository Financial Institution (DFI) ID of the entity.

### bank_account_number

**Type:** string  
**Description:** Account number of the bank account for payment distributions.

### bank_routing_number

**Type:** string  
**Description:** The 9 digit routing number of the bank account for payment distributions. The final digit must pass check digit validation.

### bank_account_type

**Type:** string  
**Enum:** CHECKING, SAVINGS, GL  
**Allowed Values:** `CHECKING`, `SAVINGS`, `GL`

### payment_processor_config

**Type:** object | null  
**Description:** The configuration for different payment processors.

### Responses

- **200** Existing Associated Entity Updated
- **401** Unauthorized.
- **403** Forbidden.
- **404** Payout Entity not found
- **422** Invalid input
- **429** Too many requests.
- **default** Unexpected Error.

---

### Sample Request

```shell
curl --request PUT \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/payout_entities/ \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Click `Try It!`

To start a request and see the response here!  
Or choose an example:  
**Response Format:** application/json

---
