# Testing

For each Merchant account, the Merchant will be issued login credentials and URL for the Merchant Back Office on a TEST server. All necessary API documentation and connection information will be located there (or sent via email). The TEST server has the following features to assist in integration:

{% hint style="info" %}
**Good to know:** All the methods shown below are to emulate test results
{% endhint %}

* **777000 to 777999 –** emulate success;
* **000000 to 77699 –** emulate fail/retry;
* **778000 to 999999–** emulate fail/retry.

{% hint style="warning" %}
Emulating different scenarios works only in Test/Sandbox environment.\
For Production/Live environment, real BLIK code must be used.
{% endhint %}

#### Usage Instructions

You can use the OTP provided above for testing purposes in your development and staging environments. These OTP will allow you to simulate various payment scenarios without processing real transactions.

By using these testing OTP, you can ensure that your BLIK integration works correctly before going live with real transactions.


---

# 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.convergegate.com/legacy/apm-checkout-blik/overview/testing.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.
