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

# Disbursement Response Codes

| Disbursement Response (Integer) | Short Code                                        | Description                                                                                                                                      |
| :------------------------------ | :------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------- |
| 500                             | disbursement\_paid                                | Funds have successfully been sent from your payment processor                                                                                    |
| 501                             | disbursement\_delayed                             | Funds have been delayed by payment processor or bank                                                                                             |
| 502                             | disbursement\_rejected                            | Bank has rejected the deposit from the processor                                                                                                 |
| 503                             | disbursement\_insufficient\_funds                 | Insufficient funds for a disbursement; this happens when there are more refunds or chargebacks on a merchant account than processed transactions |
| 504                             | disburement\_account\_not\_authorized             | Bank is preventing a settlement due to security or configuration issues                                                                          |
| 505                             | disbursement\_pending                             | Funds are pending                                                                                                                                |
| 506                             | disbursement\_in\_transit                         | Funds are in transit                                                                                                                             |
| 507                             | disbursement\_cancelled                           | Funds are cancelled                                                                                                                              |
| 508                             | disbursement\_no\_account                         | The account doesn't exist                                                                                                                        |
| 509                             | disbursement\_bank\_ownership\_changed            | Bank ownership changed                                                                                                                           |
| 510                             | disbursement\_debit\_blocked                      | The debit account is blocked                                                                                                                     |
| 511                             | disbursement\_account\_closed                     | The account is closed                                                                                                                            |
| 512                             | disbursement\_account\_frozen                     | The account is frozen                                                                                                                            |
| 513                             | disbursement\_invalid\_account\_number            | Invalid account number                                                                                                                           |
| 514                             | disbursement\_invalid\_currency                   | Invalid currency                                                                                                                                 |
| 515                             | disbursement\_incorrect\_account\_holder\_name    | Incorrect account holder name                                                                                                                    |
| 516                             | disbursement\_incorrect\_account\_holder\_address | Incorrect account hlder address                                                                                                                  |
| 517                             | disbursement\_incorrect\_account\_holder\_tax\_id | Incorrect account holder tax ID                                                                                                                  |
| 518                             | disbursement\_unsupported\_card                   | The card isn't supported                                                                                                                         |
| 9999                            | unknown                                           | Unknown                                                                                                                                          |
