# Response Code

### RESPONSE CODE GLOSSARY <a href="#response-code-glossary" id="response-code-glossary"></a>

| RC | Message                                                                   |
| -- | ------------------------------------------------------------------------- |
| 00 | Success                                                                   |
| 01 | Maaf, parameter input tidak lengkap atau tidak sesuai                     |
| 10 | Maaf, user tidak ditemukan                                                |
| 11 | Maaf, password yang Anda masukkan salah                                   |
| 20 | Maaf, akses ditolak. Token tidak sesuai                                   |
| 21 | Maaf, gagal mendapatkan token. Username atau password tidak sesuai        |
| 30 | Maaf, email atau nomor handphone sudah terdaftar                          |
| 36 | Maaf, merchant dengan data yang sama sudah berhasil registrasi sebelumnya |
| 40 | Maaf, session tidak valid                                                 |
| 91 | General error                                                             |
| 92 | Timeout                                                                   |


---

# 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.finpay.id/api-reference/mitra-finpay/merchant-acquiring-partner-api/reference/response-code.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.
