# Testing Credentials

Here is a list of dummy transaction credentials that can be used for transactions in the Sandbox Environment, please make sure you **do not** **use** **this on Production** mode.

| Case / Scenario     | Phone Number                        | PIN                     | OTP                     | Remarks                                                                                                                                                         |
| ------------------- | ----------------------------------- | ----------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Normal flow         | <p>+62838499610<br>+62838442661</p> | <p>000000<br>123654</p> | <p>999999<br>999999</p> | <ol><li>Use this number for integration using <code>sandbox01-api.indodana.com</code></li></ol>                                                                 |
| Normal flow         | +6285780110019                      | 123654                  | 999999                  | <ol><li>Use this number for integration using <code>sandbox01-offline.indodanafinance.co.id</code></li><li>Only for Offline Merchant / EDC / Barcode </li></ol> |
| Fraud checking flow | +62813000001                        | 000000                  | 999999                  | Approved after 15 mins                                                                                                                                          |
| Insufficient limit  | +62813000003                        | 000000                  | 999999                  |                                                                                                                                                                 |
| Ineligible user     | +62813000004                        | 000000                  | 999999                  | Inactive credit limit                                                                                                                                           |


---

# 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://dev.indodana.id/indodana-paylater/go-live-preparation/testing-credentials.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.
