# Test cases

In test operations, RRN will be equal to the value "-1".\
ApprovalCode will not be received.

| Operation    | The number of cents | Response |
| ------------ | ------------------- | -------- |
| SALES step 2 | 4 cents             | SUCCESS  |
| SALES step 2 | 5 cents             | FAIL     |
| SALES step 2 | 6 cents             | FAIL     |
| С2А step 2   | 10 cents            | SUCCESS  |
| С2А step 2   | 11 cents            | FAIL     |
| С2А step 2   | 12 cents            | FAIL     |
| А2С          | 13 cents            | SUCCESS  |
| А2С          | 14 cents            | FAIL     |
| А2С          | 15 cents            | FAIL     |
| REFUND       | 16 cents            | SUCCESS  |
| REFUND       | 17 cents            | FAIL     |
| REFUND       | 18 cents            | FAIL     |


---

# 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.merchant.alb.ua/en/dictionary/test-cases.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.
