# Respon Code

| Code | Deskripsi                              | Status  |
| ---- | -------------------------------------- | ------- |
| 00   | Transaksi sukses                       | sukses  |
| 01   | Transaksi pending                      | pending |
| 02   | Transaksi gagal                        | gagal   |
| 03   | Api key tidak valid                    | gagal   |
| 04   | Api user tidak valid                   | gagal   |
| 05   | Produk sedang nonaktif/tidak ditemukan | gagal   |
| 06   | Saldo tidak cukup                      | gagl    |
| 07   | IP Anda tidak kami kenali              | gagal   |
| 08   | Ref ID tidak unik                      | gagal   |
| 09   | Jumlah Digit Kurang Atau Lebih         | gagal   |
| 10   | Sedang Cut Off                         | gagal   |
| 11   | Nominal tidak valid                    | gagal   |
| 12   | Sistem gangguan                        | gagal   |
| 13   | Akun anda dinonaktifkan                | gagal   |
| 14   | Url callback tidak valid               | gagal   |


---

# 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.sidopulsa.com/api/respon-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.
