> For the complete documentation index, see [llms.txt](https://docs.payvalida.com/api-cashout/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payvalida.com/api-cashout/api-cashout-en/messages/error-messages.md).

# Exceptions

| Code | Event                                                                         | Description                             |
| ---- | ----------------------------------------------------------------------------- | --------------------------------------- |
| 0000 | Cashout: Successful execution                                                 | OK                                      |
| 0001 | Cashout: No records of the transaction were found                             | No records were found                   |
| 0002 | Cashout: Invalid OTP                                                          | Invalid OTP                             |
| 0003 | Cashout: Operation amount doesn't match with the one that was sent            | Amount doesn't match                    |
| 0004 | Cashout: Invalid Amount                                                       | Invalid Amount                          |
| 0005 | Cashout: There was an error communicating with the authorization service      | Error communicating with auth           |
| 0006 | Cashout: The operation was rejected by the authorization service              | Auth error: Transaction rejected        |
| 0007 | Cashout: The Verification service is unavailable/offline                      | Verification service unavailable        |
| 0008 | Cashout: Missing Pin or OTP                                                   | Please indicate the OTP                 |
| 0009 | Cashout: Invalid checksum for the request                                     | Invalid checksum                        |
| 0010 | Cashout: The network is not registered in Cashout                             | Invalid network                         |
| 0011 | Cashout: The network is unauthorized                                          | Unauthorized network                    |
| 0012 | Cashout: Request contains a null ID or reference number                       | Please indicate ID/reference number     |
| 0013 | Cashout: The transaction couldn't be completed                                | Transaction couldn't be completed       |
| 0014 | Cashout: Operation number not registered                                      | Operation number not registered         |
| 0015 | Cashout: Request contains a null transaction number                           | Please indicate transaction number      |
| 0016 | Cashout: Request contains an already registered transaction number            | Transaction number already registered   |
| 0017 | Cashout: Request contains a null point of sale                                | Please indicate the *teller* (register) |
| 0018 | Cashout: Transaction couldn't be reverted                                     | Transaction couldn't be reverted        |
| 0019 | Cashout: A required parameter wasn't sent on the request                      | One or more invalid parameters          |
| 0020 | Cashout: A function failed on the transaction                                 | Error processing data                   |
| 0021 | Cashout: The order already expired                                            | Order expired                           |
| 0022 | Cashout: A null ID was sent                                                   | Please indicate the ID                  |
| 0023 | Cashout: A null commerce was sent                                             | Please indicate the commerce            |
| 0024 | Cashout: Operation number has an invalid amount of characters                 | Invalid operation number                |
| 0025 | Cashout: Operation is not in a PENDING status so it cannot be cancelled       | Operation cannot be cancelled           |
| 0026 | Cashout: Limit parameter surpasses the conditions set                         | Error validating limit                  |
| 0027 | Cashout: An unsupported operation state was sent                              | Unsupported operation state             |
| 0028 | Cashout: Page parameter must be higher than 0                                 | Page must be higher than 0              |
| 0029 | Cashout: Amount equals or is less than 0                                      | Please indicate a valid amount          |
| 0030 | Cashout: Currency length is invalid                                           | Please indicate a valid currency        |
| 0031 | Cashout: Description length is invalid                                        | Please indicate a valid description     |
| 0032 | Cashout: The operation already exists in the database                         | Operation already registered            |
| 0033 | Cashout: The commerce doesn't have enough balance to complete the transaction | Not enough balance                      |
| 0034 | Cashout: Couldn't find the transaction                                        | Transaction not registered              |
| 0035 | Cashout: Request contains an invalid expiration date                          | Please indicate a valid expiration date |
