# Error Codes

### Receiver

| Code    | Status                                                               |
| ------- | -------------------------------------------------------------------- |
| REVR101 | Payout id not found                                                  |
| REVR102 | Subaccount id not found                                              |
| REVR103 | Payout ID not found                                                  |
| REVR104 | Subaccount ID not found                                              |
| REVR105 | Receiver ID not found                                                |
| REVR201 | Email already exist                                                  |
| REVR202 | Email is required                                                    |
| REVR203 | First name is required                                               |
| REVR204 | Last name is required                                                |
| REVR205 | Dialcode is required                                                 |
| REVR206 | Phone is required                                                    |
| REVR207 | Address is required                                                  |
| REVR208 | Address 2 is required                                                |
| REVR209 | Gender is required                                                   |
| REVR210 | City is required                                                     |
| REVR211 | State is required                                                    |
| REVR212 | Postcode is required                                                 |
| REVR213 | Country is required                                                  |
| REVR214 | Email is not valid                                                   |
| REVR215 | First name can only contain letters, spaces, apostrophes and hyphens |
| REVR216 | Last name can only contain letters, spaces, apostrophes and hyphens  |
| REVR217 | Gender must match 'F' or 'M'                                         |
| REVR218 | Dialcode is not valid                                                |
| REVR219 | Phone is not valid                                                   |
| REVR220 | Address is not valid                                                 |
| REVR221 | Address 2 is not valid                                               |
| REVR222 | City is not valid                                                    |
| REVR223 | State is not valid                                                   |
| REVR224 | Postcode is not valid                                                |
| REVR225 | Country is not valid. Use alpha-3 code                               |
| REVR226 | Reference already exist                                              |

### Receiver Account

| Code    | Status                                       |
| ------- | -------------------------------------------- |
| REAC101 | Receiver Account ID not found                |
| REAC102 | Receiver Account ID is required              |
| REAC103 | Receiver Account ID is invalid               |
| REAC104 | Receiver ID not found                        |
| REAC105 | Receiver Account ID is required              |
| REAC106 | Receiver Account ID is invalid               |
| REAC201 | Receiver KYC status must be completed        |
| REAC202 | NZBN is required                             |
| REAC203 | Bank code is required                        |
| REAC204 | BSB is required                              |
| REAC205 | Home phone is required                       |
| REAC206 | Home dialcode is required                    |
| REAC207 | Receiver Account ID is required              |
| REAC208 | Account type is required                     |
| REAC209 | BSB is required                              |
| REAC210 | Account number is required                   |
| REAC211 | Receiver ID is not valid                     |
| REAC212 | Account type is not valid                    |
| REAC213 | BSB is not valid                             |
| REAC214 | Account number must be within 6 to 12 digits |
| REAC215 | \<Payout provider error message>             |
| REAC216 | Create receiver account failed               |
| REAC217 | BSB code or Bank Code is not valid           |
| REAC218 | Payout Provider not found                    |
| REAC219 | Receiver Sub Account not found               |
| REAC220 | Authorization is not valid                   |

### Payout

| Code    | Status                                                 |
| ------- | ------------------------------------------------------ |
| PAYO101 | Payout id not found                                    |
| PAYO102 | Subaccount id not found                                |
| PAYO103 | Payout ID not found                                    |
| PAYO201 | Receiver not found                                     |
| PAYO202 | Receiver Account not found OR KYC status not completed |
| PAYO203 | Receiver Account has no Receiver ID                    |
| PAYO204 | Payout Provider not found for Subaccount               |
| PAYO205 | Payout amount must larger than \<amount>               |
| PAYO206 | Subaccount feegroup is not valid                       |
| PAYO207 | Subaccount feegroup is not valid                       |
| PAYO208 | Feegroup not found in this Subaccount                  |
| PAYO209 | Receiver ID is required                                |
| PAYO210 | Account ID is required                                 |
| PAYO211 | Amount is required                                     |
| PAYO212 | Currency is required                                   |
| PAYO213 | Amount should be number                                |
| PAYO214 | Currency is not valid                                  |
| PAYO215 | Reference can only be 18 characters long               |
| PAYO216 | Payout provider is not available                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acceptify.io/error-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
