> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fund Payout

> Error codes for POST /v3/payout/{id}/fund

### POST v3/payout/\{id}/fund

| Code  | Message                                                                                                                                                  | HTTP Status |
| ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| 20290 | Field is required and must be a valid payout\_id                                                                                                         | 400         |
| 20291 | Field value must be either one of validate/confirm                                                                                                       | 400         |
| 20182 | Payout status cannot be changed for the current status                                                                                                   | 400         |
| 20193 | You do not have permission to access this resource                                                                                                       | 403         |
| 20199 | There is insufficient balance in your account to make the desired payout. Please ensure you have added sufficient funds to your account before retrying. | 400         |

#### Internal Service Errors

| Code | Message                    | HTTP Status |
| ---- | -------------------------- | ----------- |
| 4008 | Invalid quote\_id provided | 400         |
| 4304 | FX quote not found         | 404         |
