# Response Codes

Here is a curent list of all possible response codes, but please note this list **can be changed over time.**

<table><thead><tr><th width="251.1875">Code</th><th width="245.5">Description</th><th>Recommended Action</th></tr></thead><tbody><tr><td><code>MATCH</code></td><td>The account name exactly matches the provided information.</td><td>Safe to proceed with payment.</td></tr><tr><td><code>CLOSE_MATCH</code></td><td>The account name partially matches. This may indicate a minor spelling difference or an abbreviated name.</td><td>Warn the user; consider proceeding with caution.</td></tr><tr><td><code>NOT_MATCH</code></td><td>The account name does not match the provided information.</td><td>Alert the user. Verify the account details before proceeding.</td></tr><tr><td><code>ACCOUNT_CLOSED</code></td><td>The specified account is closed.</td><td>Do not proceed. The recipient should provide alternative account details.</td></tr><tr><td><code>ACCOUNT_NOT_FOUND</code></td><td>The specified account cannot be found.</td><td>Verify the BSB and account number are correct.</td></tr><tr><td><code>ACCOUNT_TYPE_NOT_SUPPORTED</code></td><td>The <code>accountIdType</code> provided is not yet supported for CoP checks.</td><td>Fall back to manual verification if needed.</td></tr><tr><td><code>COP_PLATFORM_ERROR</code></td><td>An error occurred in the CoP platform, or the account has opted out from CoP.</td><td>You may proceed with the payment at your own discretion.</td></tr><tr><td><code>COP_LIMIT_EXCEEDED</code></td><td>Your CoP request limit has been exceeded.</td><td>Contact Flash Payments support.</td></tr></tbody></table>


---

# 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://developer.flash-payments.com/~/revisions/QODtCCHQ0ULYQp2U9s5d/other/confirmation-of-payee/response-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.
